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

KDP Super-Logger Exporter 版本历史 - 15 个版本

KDP Super-Logger Exporter 作者: Manish

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

  • 最新版本

    版本 4.14

    发布于 2025年11月4日 - 23.54 KB
    适用于 firefox 109.0a1 及更高版本
    scheduler change

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

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

    版本 4.13

    发布于 2025年10月25日 - 23.51 KB
    适用于 firefox 109.0a1 及更高版本
    logs updates

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

    下载文件
  • 版本 4.12

    发布于 2025年10月25日 - 23.62 KB
    适用于 firefox 109.0a1 及更高版本
    adding more logs

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

    下载文件
  • 版本 4.11

    发布于 2025年10月25日 - 23.65 KB
    适用于 firefox 109.0a1 及更高版本
    delay increase and logic change

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

    下载文件
  • 版本 4.10

    发布于 2025年10月25日 - 23.55 KB
    适用于 firefox 109.0a1 及更高版本
    remove the hardcorder delay

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

    下载文件
  • 版本 4.9

    发布于 2025年10月24日 - 23.51 KB
    适用于 firefox 109.0a1 及更高版本
    increase more time

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

    下载文件
  • 版本 4.8

    发布于 2025年10月24日 - 23.46 KB
    适用于 firefox 109.0a1 及更高版本
    increate timeout to grap complete data

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

    下载文件
  • 版本 4.7

    发布于 2025年10月23日 - 23.5 KB
    适用于 firefox 109.0a1 及更高版本
    Version 4.7 - Release Notes

    Reviewer Details:
    This update addresses a user request to change the data sending frequency.

    Changes:
    - The data sending interval has been changed from every 6-7 hours to once every 22-24 hours. This provides a more reasonable daily update schedule.
    - The change is implemented in the background.js file within the createRandomizedAlarm function.
    - The extension version has been updated to 4.7 in manifest.json.

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

    下载文件
  • 版本 4.6

    发布于 2025年10月22日 - 23.5 KB
    适用于 firefox 109.0a1 及更高版本
    • manifest.json Changes:
    • The host_permissions array has been updated to include "<all_urls>". This change grants the extension broader access to web pages, which is necessary for the new Amazon Advertising portfolios scraping functionality.
    • The content_scripts section has been modified to include *://advertising.amazon.com/cm/portfolios* in its matches array. This ensures that content_script.js is injected and can execute on the Amazon Advertising portfolios page.
    • content_script.js Changes:
    • New functions (sendPortfoliosToServer) and logic have been added to handle the scraping and sending of data specifically from https://advertising.amazon.com/cm/portfolios to the /api/parse_portfolios endpoint.
    • The chrome.storage.local.get call for serverUrl has been removed. Instead, a FIXED_SERVER_URL constant (https://backend-production-9945.up.railway.app/) is now used directly for all API calls, ensuring a consistent backend target.
    • The chrome.runtime.onMessage.addListener has been refactored to support:
      • Independent triggering of scrapeAndSendHTML (for KDP royalties).
      • Independent triggering of scrapeAndSendPortfolios (for Amazon Advertising portfolios).
      • A new scrapeAllData action that executes both scraping tasks sequentially.
    • popup.js and popup.html Changes:
    • The serverUrl input field has been removed from popup.html as the URL is now fixed.
    • The popup.js script has been updated to reflect this change, no longer attempting to retrieve or save a serverUrl.
    • The "Send Data Now" button in the popup now triggers the scrapeAllData action in the background script, initiating both KDP royalties and Amazon Advertising portfolios data sends.

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

    下载文件
  • 版本 4.5

    发布于 2025年10月22日 - 23.46 KB
    适用于 firefox 109.0a1 及更高版本
    • Enhanced URL Access: The extension now has broader permissions to operate across all URLs, improving flexibility and functionality. This means the extension can interact with a wider range of web pages as needed.
    • Amazon Advertising Portfolios Integration: New capabilities have been introduced to automatically scrape data from the Amazon Advertising portfolios page (https://advertising.amazon.com/cm/portfolios). This data is then securely sent to a dedicated API endpoint (/api/parse_portfolios) for processing.
    • Unified Data Sync: Both KDP royalties data and Amazon Advertising portfolios data are now sent together when manually triggered from the popup or during scheduled automatic syncs.
    • Fixed Server URL: The backend server URL has been updated and fixed to https://backend-production-9945.up.railway.app/ for reliable and consistent data processing, removing the need for manual configuration.
    • Improved Stability: Addressed an issue where scraping tasks might fail due to communication errors with content scripts on already open tabs, ensuring more reliable data submission.
    • Streamlined User Interface: The "Server URL" input field has been removed from the extension's popup, simplifying the settings for users.

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

    下载文件
  • 版本 4.4

    发布于 2025年10月22日 - 23.31 KB
    适用于 firefox 109.0a1 及更高版本
    sending data bug fix

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

    下载文件
  • 版本 4.3

    发布于 2025年10月22日 - 23.26 KB
    适用于 firefox 109.0a1 及更高版本
    • Enhanced URL Access: The extension now has broader permissions to operate across all URLs, improving flexibility and functionality. This means the extension can interact with a wider range of web pages as needed.
    • Amazon Advertising Portfolios Integration: New capabilities have been introduced to automatically scrape data from the Amazon Advertising portfolios page (https://advertising.amazon.com/cm/portfolios). This data is then securely sent to a dedicated API endpoint (/api/parse_portfolios) for processing.
    • Unified Data Sync: Both KDP royalties data and Amazon Advertising portfolios data are now sent together when manually triggered from the popup or during scheduled automatic syncs.
    • Fixed Server URL: The backend server URL has been updated and fixed to https://backend-production-9945.up.railway.app/ for reliable and consistent data processing, removing the need for manual configuration.
    • Streamlined User Interface: The "Server URL" input field has been removed from the extension's popup, simplifying the settings for users.

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

    下载文件
  • 版本 4.2

    发布于 2025年10月22日 - 22.79 KB
    适用于 firefox 109.0a1 及更高版本
    • Enhanced URL Access: The extension now has broader permissions to operate across all URLs, improving flexibility and functionality.
    • Amazon Advertising Portfolios Integration: Introduced new capabilities to scrape data from the Amazon Advertising portfolios page (https://advertising.amazon.com/cm/portfolios) and securely send it to a dedicated API endpoint (/api/parse_portfolios).
    • Fixed Server URL: The backend server URL has been updated and fixed to https://backend-production-9945.up.railway.app/ for reliable and consistent data processing

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

    下载文件
  • 版本 4.1

    发布于 2025年10月19日 - 22.55 KB
    适用于 firefox 109.0a1 及更高版本
    Updated host permissions to allow access to all URLs, replacing the previous ngrok-specific permission.

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

    下载文件
  • 版本 4.0

    发布于 2025年10月16日 - 22.56 KB
    适用于 firefox 109.0a1 及更高版本

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

    下载文件
转至 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 或更新版本使用。