Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Globo Call Tracker 版本历史 - 11 个版本

Globo Call Tracker 作者: Leonardo C

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
Globo Call Tracker 版本历史 - 11 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 2.0.9

    发布于 2026年7月17日 - 109.28 KB
    适用于 firefox 142.0 及更高版本

    源代码遵循 保留所有权利 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 2.0.8

    发布于 2026年6月27日 - 85.88 KB
    适用于 firefox 142.0 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.6

    发布于 2026年6月26日 - 85.46 KB
    适用于 firefox 142.0 及更高版本

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.5

    发布于 2026年6月26日 - 85.16 KB
    适用于 firefox 142.0 及更高版本
    What's New in v2.0.5
    🛡 Security & Store Compliance (Anti-Blocking)
    Reduced Permission Footprint: Removed unnecessary browser permissions ("scripting", "clipboardWrite", and host access to "https://api.github.com/"). This eliminates security warnings during installation and streamlines extension store reviews.
    Terminology Refactoring: Renamed variables, functions, and internal logs that referred to sensitive terms (e.g., deputy-scraper was renamed to deputy-sync, spy was renamed to listener, and hook was renamed to bridge). This prevents false-positive blockages by adblockers and local antivirus suites (like McAfee WebAdvisor and Adblock Plus).
    Dummy Code Cleanups: Refactored dummy/no-op logging loops (function(){})() into standard conditional console.log() helpers under a DEBUG = false toggle, removing patterns that automated security scanners flag as potential evasion.
    Firefox Data Disclosure Compliance: Declared mandatory data_collection_permissions set to ["none"] in the Firefox manifest, complying with Mozilla’s new privacy disclosures.
    🚀 Simplified Shift Management
    "Add Shift" Popup Shortcut: Repurposed the complex "Start/End Shift" toggle inside the popup into a static "Add Shift" button. Clicking this button directly opens the shifts manager page (shifts.html) in a new tab.
    Under-the-Hood Cleanup: Deleted legacy shift tracking loops and active states from the background popup scripts, making the popup load faster and reducing storage read/write overhead.
    🌐 Translation-Robust Scraping
    Language-Agnostic Parsers: Refactored cell label stripping in the content scripts to use a regular expression (replace(/^[^:]+:\s
    /, "")). The tracker now successfully isolates Call IDs and Client Names even if the page is auto-translated by Chrome/Firefox (e.g. stripping "Cliente:" or "ID de llamada:" dynamically).
    ⚡ Smart Sync & Connection Safety
    Deputy Lifecycle Sync: Overhauled the background tab loading logic to listen for tab closures (onRemoved) and reset timers based on actual tab activity. This supports slow loads (up to 120s) without timing out on slow networks, and cleans up memory immediately if closed.
    European Locale Support: Implemented parseLocalizedFloat() to handle comma-separated values (e.g. inputting 0,25 for pay rates), preventing calculations from returning NaN for international users.
    Storage Resiliency: Wrapped all local storage operations in try/catch handlers to prevent script crashes for users who block third-party cookies or run strict privacy browser profiles.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.4

    发布于 2026年6月19日 - 87.93 KB
    适用于 firefox 142.0 及更高版本
    FIXED ISSUES WHERE SOME RECORDS WOULD DUPLICATE DUE TO DOM READING PROBLEMS

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.3

    发布于 2026年6月19日 - 87.11 KB
    适用于 firefox 142.0 及更高版本
    CSS Fixes for Dark Mode

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.2

    发布于 2026年6月18日 - 87.1 KB
    适用于 firefox 142.0 及更高版本
    Fix Bugs, Overflow not scrolling.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0.1

    发布于 2026年6月15日 - 87.06 KB
    适用于 firefox 142.0 及更高版本
    fix some CSS issues on dark mode

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 2.0

    发布于 2026年6月13日 - 87.04 KB
    适用于 firefox 142.0 及更高版本
    Version 2.0 Release Notes
    🚀 What's New

    Official Web Store Support: Globo Call Tracker is now officially distributed via the Chrome Web Store and Mozilla Add-ons! To reduce clutter and comply with store guidelines, the manual "Check for Updates" buttons and banners have been removed. Your browser will now handle all updates automatically in the background.
    Revamped Globo Dashboard Dark Mode: Enjoy a sleek, immersive dark theme! We completely overhauled the Dark Mode injection for the GloboHQ dashboard to cover all layout containers, tables, and popups. Crucially, it preserves native semantic colors, keeping essential indicators like your Wi-Fi network strength and call action buttons in their original, recognizable colors.
    FOUC Prevention: Dark mode now applies instantly the moment you load the page. We've eliminated the "Flash of Unstyled Content", meaning no more blinding flashes of white before the dark theme kicks in.
    🛡️ Security & Performance

    Strict Security Compliance: Refactored the extension's rendering engine to use secure DOM parsing instead of raw HTML injection. This eliminates XSS vulnerabilities and ensures the extension fully complies with Mozilla’s strict Add-on security and validation policies.
    🐛 Bug Fixes

    Fixed an issue where the video-accept listener could fail on early page initialization (TypeError: Cannot read properties of null).
    Improved styling contrast for alert banners and warning messages across the UI.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.1.0

    发布于 2026年6月13日 - 86.77 KB
    适用于 firefox 142.0 及更高版本
    🌟 Version 1.1.0 Release Notes
    🚀 What's New

    Official Web Store Support: Globo Call Tracker is now officially distributed via the Chrome Web Store and Mozilla Add-ons! To reduce clutter and comply with store guidelines, the manual "Check for Updates" buttons and banners have been removed. Your browser will now handle all updates automatically in the background.
    Revamped Globo Dashboard Dark Mode: Enjoy a sleek, immersive dark theme! We completely overhauled the Dark Mode injection for the GloboHQ dashboard to cover all layout containers, tables, and popups. Crucially, it preserves native semantic colors, keeping essential indicators like your Wi-Fi network strength and call action buttons in their original, recognizable colors.
    FOUC Prevention: Dark mode now applies instantly the moment you load the page. We've eliminated the "Flash of Unstyled Content", meaning no more blinding flashes of white before the dark theme kicks in.
    🛡️ Security & Performance

    Strict Security Compliance: Refactored the extension's rendering engine to use secure DOM parsing instead of raw HTML injection. This eliminates XSS vulnerabilities and ensures the extension fully complies with Mozilla’s strict Add-on security and validation policies.
    🐛 Bug Fixes

    Fixed an issue where the video-accept listener could fail on early page initialization (TypeError: Cannot read properties of null).
    Improved styling contrast for alert banners and warning messages across the UI.

    源代码遵循 保留所有权利 发布

    下载文件
  • 版本 1.0.2

    发布于 2026年6月6日 - 86.06 KB
    适用于 firefox 142.0 及更高版本
    Release Notes (v1.0.2)

    This update focuses on improving the reliability and accuracy of the Deputy synchronization feature.

    Fixed Deputy Sync Duplication: Resolved an issue where syncing shifts would occasionally scrape the current week twice instead of advancing to the following week.
    Improved Sync Reliability: The extension now smartly detects exactly when Deputy finishes loading the next week's schedule, preventing errors on slower internet connections.
    Enhanced DOM Scraping: Updated our internal HTML scrapers to adapt to recent changes in Deputy's interface, guaranteeing that every single shift is captured accurately without any hidden duplicates.
    UI Bug Fixes: Fixed a rendering issue where shift preview cards would occasionally appear blank before approval.

    源代码遵循 保留所有权利 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

下载

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。