Historial de versiones de KDP Super-Logger Exporter - 15 versiones
KDP Super-Logger Exporter por Manish
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 4.14
Lanzada el 4 de nov. de 2025 - 23,54 KBCompatible con firefox 109.0a1 y superioresscheduler changeSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versiones antiguas
Versión 4.13
Lanzada el 25 de oct. de 2025 - 23,51 KBCompatible con firefox 109.0a1 y superioreslogs updatesSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.12
Lanzada el 25 de oct. de 2025 - 23,62 KBCompatible con firefox 109.0a1 y superioresadding more logsSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.11
Lanzada el 25 de oct. de 2025 - 23,65 KBCompatible con firefox 109.0a1 y superioresdelay increase and logic changeSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.10
Lanzada el 25 de oct. de 2025 - 23,55 KBCompatible con firefox 109.0a1 y superioresremove the hardcorder delaySe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.9
Lanzada el 24 de oct. de 2025 - 23,51 KBCompatible con firefox 109.0a1 y superioresincrease more timeSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.8
Lanzada el 24 de oct. de 2025 - 23,46 KBCompatible con firefox 109.0a1 y superioresincreate timeout to grap complete dataSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.7
Lanzada el 23 de oct. de 2025 - 23,5 KBCompatible con firefox 109.0a1 y superioresVersion 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 thebackground.jsfile within thecreateRandomizedAlarmfunction.
- The extension version has been updated to 4.7 inmanifest.json.Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.6
Lanzada el 22 de oct. de 2025 - 23,5 KBCompatible con firefox 109.0a1 y superioresmanifest.jsonChanges:- The
host_permissionsarray 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_scriptssection has been modified to include*://advertising.amazon.com/cm/portfolios*in itsmatchesarray. This ensures thatcontent_script.jsis injected and can execute on the Amazon Advertising portfolios page. content_script.jsChanges:- New functions (
sendPortfoliosToServer) and logic have been added to handle the scraping and sending of data specifically fromhttps://advertising.amazon.com/cm/portfoliosto the/api/parse_portfoliosendpoint. - The
chrome.storage.local.getcall forserverUrlhas been removed. Instead, aFIXED_SERVER_URLconstant (https://backend-production-9945.up.railway.app/) is now used directly for all API calls, ensuring a consistent backend target. - The
chrome.runtime.onMessage.addListenerhas been refactored to support:- Independent triggering of
scrapeAndSendHTML(for KDP royalties). - Independent triggering of
scrapeAndSendPortfolios(for Amazon Advertising portfolios). - A new
scrapeAllDataaction that executes both scraping tasks sequentially.
- Independent triggering of
popup.jsandpopup.htmlChanges:- The
serverUrlinput field has been removed frompopup.htmlas the URL is now fixed. - The
popup.jsscript has been updated to reflect this change, no longer attempting to retrieve or save aserverUrl. - The "Send Data Now" button in the popup now triggers the
scrapeAllDataaction in the background script, initiating both KDP royalties and Amazon Advertising portfolios data sends.
Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.5
Lanzada el 22 de oct. de 2025 - 23,46 KBCompatible con firefox 109.0a1 y superiores- 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.
Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.4
Lanzada el 22 de oct. de 2025 - 23,31 KBCompatible con firefox 109.0a1 y superioressending data bug fixSe publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.3
Lanzada el 22 de oct. de 2025 - 23,26 KBCompatible con firefox 109.0a1 y superiores- 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.
Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.2
Lanzada el 22 de oct. de 2025 - 22,79 KBCompatible con firefox 109.0a1 y superiores- 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
Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.1
Lanzada el 19 de oct. de 2025 - 22,55 KBCompatible con firefox 109.0a1 y superioresUpdated host permissions to allow access to all URLs, replacing the previous ngrok-specific permission.Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 4.0
Lanzada el 16 de oct. de 2025 - 22,56 KBCompatible con firefox 109.0a1 y superioresSe publicó el código fuente bajo la licencia Todos los derechos reservados