Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

TrackForcePro의 버전 기록 - 8개 버전

TrackForcePro 제작자: Manas

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
TrackForcePro의 버전 기록 - 8개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 2.1.0

    2026년 3월 27일에 출시 - 2.68 MB
    firefox 109.0 이상에서 작동

    All Rights Reserved에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 2.0.8

    2026년 3월 26일에 출시 - 2.68 MB
    firefox 109.0 이상에서 작동

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.9.1

    2026년 3월 23일에 출시 - 2.57 MB
    firefox 109.0 이상에서 작동
    The SOQL Builder now adapts filter operators to the selected field’s data type and offers contextual value suggestions (picklist values, boolean options, common date literals). Query composition now understands NULL semantics (IS NULL / IS NOT NULL). Several UI and accessibility improvements accompany this change.
    What’s new (user-facing)
    Type-aware filter operators
    Operator dropdowns show only operators valid for the selected field type (e.g., numeric comparators for number/date fields; INCLUDES/EXCLUDES for multi-picklists).
    Nullable fields offer "= NULL" and "!= NULL" options that compose to IS NULL / IS NOT NULL in the final SOQL.
    Contextual value suggestions
    Picklist fields: suggestion dropdown shows the object’s picklist values (pick/click to select; type to filter).
    Boolean fields: quick true / false options.
    Date/datetime fields: common SOQL date literals (TODAY, YESTERDAY, LAST_90_DAYS, LAST_N_DAYS:30, THIS_YEAR, etc.).
    IN / NOT IN operators support multi-select (comma-separated) behavior when selecting suggestions.
    Keyboard support: Arrow Up/Down to navigate suggestions, Enter to accept, Escape to close.
    Query composition improvements
    "= NULL" and "!= NULL" operators are converted to "IS NULL" and "IS NOT NULL" respectively when the builder generates the WHERE clause.
    UX and styling
    Value suggestions are presented in a fixed-position dropdown (avoids overflow clipping) and include dark-theme variants.
    The builder preserves editing state while suggestions are visible — typing won’t unexpectedly dismiss the dropdown.
    No breaking changes to saved queries or general behavior: existing queries and workflows remain compatible.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.9.0

    2026년 3월 23일에 출시 - 2.57 MB
    firefox 109.0 이상에서 작동
    SOQL Builder: Type-aware WHERE operators
    Operator dropdowns now show only operators valid for the selected field type (e.g., numeric/date comparators for numbers/dates, picklist operators for picklists, includes/excludes for multi-picklists).
    = NULL and != NULL operator options added for nullable fields, composed to IS NULL / IS NOT NULL in queries.
    SOQL Builder: Contextual value suggestions
    Picklist fields: suggestion dropdown shows picklist values from the object describe; click to select. For IN / NOT IN operators multi-selection is supported via comma-separated values.
    Boolean fields: quick options for true and false.
    Date/datetime fields: common SOQL date literals are suggested (TODAY, YESTERDAY, LAST_90_DAYS, LAST_N_DAYS:30, THIS_YEAR, etc.).
    Suggestions are keyboard-navigable (Arrow Up/Down, Enter), clickable, and shown as a fixed-position dropdown to avoid overflow clipping.
    Query composition
    = NULL → IS NULL, != NULL → IS NOT NULL are now handled when the builder composes the WHERE clause.
    UI / styling
    New dropdown styling for value suggestions with dark-theme variants to match existing UI guidelines.
    Value suggestion behavior respects the builder's editing guards (doesn’t destroy suggestions while typing).
    Tests & Validation
    Linting and the test suite were run locally for core flows; existing SOQL builder tests pass with these changes.
    Detailed user-facing changes and usage guidance
    When to expect new behavior
    After you select an object and the field describe loads, adding or editing a filter row will show only valid operators for that field.
    Example operator mapping (high level)
    string/textarea/email/url/phone: =, !=, LIKE, NOT LIKE, IN, NOT IN
    picklist: =, !=, IN, NOT IN
    multipicklist: =, !=, INCLUDES, EXCLUDES
    boolean: =, !=
    int/double/currency/percent: =, !=, >, >=, <, <=
    date/datetime: =, !=, >, >=, <, <=
    reference/id: =, !=, IN, NOT IN
    For nullable fields, = NULL / != NULL are available.
    Value suggestions
    Picklist → picklist values appear under the value input; type to filter the list, click or press Enter to accept.
    Boolean → picks true/false.
    Date/datetime → pick common date literals (TODAY, LAST_N_DAYS:30, etc.).
    IN/NOT IN behave as multi-select (comma-separated). Selecting a suggestion will append it to the list if not present.
    For = NULL / != NULL the value input is not required (the builder will compose an IS NULL clause).
    Keyboard controls
    Arrow keys to navigate suggestion list, Enter to accept, Escape to close.
    Tab behavior in filter field continues to advance focus into operator select and then value (unchanged).

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.11

    2026년 3월 22일에 출시 - 2.56 MB
    firefox 109.0 이상에서 작동
    v1.8.11 - 2026-03-22

    🚀 Highlights
    • Fixed: Command Palette keyboard toggle (pressing same shortcut toggles open/close reliably).
    • Fixed: Command Palette re-open after close via keyboard.
    • Fixed: Show All Data double-toggle (keyboard handler is now single source of truth).
    • Improved: Settings Save & Apply stability & broadcast reliability.
    • Fixed: Per-org inline edit guard and automatic migration of legacy setting.
    • Maintenance: Linter and IDE warning fixes; small code cleanups in content.js and soql_helper.js.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.10

    2026년 3월 22일에 출시 - 2.55 MB
    firefox 109.0 이상에서 작동
    v1.8.10 — March 22, 2026: Small UX patch improving the page-side LWC Explorer. Users can now resize or minimize the component tree, persist default layout preferences, and rescans rebuild from a full-page root to avoid stale traces. This continues the v1.8.9 enhancements that added a To GraphQL SOQL → GraphQL conversion workflow and introduced the LWC Explorer + page tracing utilities — overall these releases refine settings, developer tooling, and metadata discovery.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.8

    2026년 3월 21일에 출시 - 2.53 MB
    firefox 109.0 이상에서 작동
    v1.8.8 — Settings Architecture, Metadata Search, and Training Guide (2026-03-21)
    ✨ Improvements
    Shared Settings Service (settings_helper.js)
    Introduced a reusable settings schema/service layer inside settings_helper.js
    Migrated the Sidebar panel settings to the new shared model first
    Established a cleaner pattern for future settings sections: shared defaults, shared load/save, normalized values, and one consistent apply path
    Docs & Training Refresh (docs/*, scripts/update-docs-version.js)
    Added a new Training Guide page for role-based onboarding
    Updated docs messaging to reflect the current UX model: launcher popup, workspace tab, and in-page overlays
    Corrected outdated browser-support and feature-positioning language across the docs hub
    Updated the docs version script to include docs/guide.html
    Quiz Content Refresh (docs/api/question_bank.py)
    Added new training-oriented quiz questions covering:
    launcher vs workspace usage
    Setup Search vs Metadata Explorer
    metadata API-name search
    safer label-translation workflows
    📦 Files Changed
    File Summary
    manifest.json Version → 1.8.8
    settings_helper.js Added shared settings schema/service and migrated Sidebar panel settings
    tests/sidebar_settings.test.js Added coverage for shared settings service and sidebar normalization
    docs/guide.html New training guide page
    docs/index.html, docs/help.html, docs/documentation.html, docs/quick-start-guide.html Updated UX/content positioning and added Training Guide links
    docs/quiz.html, docs/leaderboard.html, docs/privacy-policy.html Added Training Guide navigation links
    docs/api/question_bank.py Added new trainer-oriented quiz questions
    docs/AGENTS.md Updated docs-project guidance to match actual files and architecture
    scripts/update-docs-version.js Includes guide.html in version-sync flow

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.2

    2026년 3월 18일에 출시 - 2.46 MB
    firefox 109.0 이상에서 작동

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.