Modules pour le navigateur Firefox
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Icône du module

Historique de versions de KDP Super-Logger Exporter - 15 versions

KDP Super-Logger Exporter par Manish

Il n’y a aucune note pour l’instant
0 étoile sur 5
5
0
4
0
3
0
2
0
1
0
Historique de versions de KDP Super-Logger Exporter - 15 versions
  • Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.

  • Dernière version

    Version 4.14

    Publié le 4 nov. 2025 - 23,54 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    scheduler change

    Code source publié sous licence Tous droits réservés

    Télécharger Firefox et obtenir l’extension
    Télécharger le fichier
  • Anciennes versions

    Version 4.13

    Publié le 25 oct. 2025 - 23,51 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    logs updates

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.12

    Publié le 25 oct. 2025 - 23,62 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    adding more logs

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.11

    Publié le 25 oct. 2025 - 23,65 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    delay increase and logic change

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.10

    Publié le 25 oct. 2025 - 23,55 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    remove the hardcorder delay

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.9

    Publié le 24 oct. 2025 - 23,51 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    increase more time

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.8

    Publié le 24 oct. 2025 - 23,46 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    increate timeout to grap complete data

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.7

    Publié le 23 oct. 2025 - 23,5 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    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.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.6

    Publié le 22 oct. 2025 - 23,5 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • 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.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.5

    Publié le 22 oct. 2025 - 23,46 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • 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.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.4

    Publié le 22 oct. 2025 - 23,31 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    sending data bug fix

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.3

    Publié le 22 oct. 2025 - 23,26 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • 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.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.2

    Publié le 22 oct. 2025 - 22,79 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    • 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

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.1

    Publié le 19 oct. 2025 - 22,55 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures
    Updated host permissions to allow access to all URLs, replacing the previous ngrok-specific permission.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 4.0

    Publié le 16 oct. 2025 - 22,56 Ko
    Fonctionne avec firefox 109.0a1 et versions supérieures

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complémentaires Firefox
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Blog de la communauté
  • Forum
  • Signaler un problème
  • Guide de revue

Télécharger

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

Dernières versions

  • Nightly
  • Beta

Firefox pour entreprise

  • Enterprise

Communauté

  • Connect
  • Contribute
  • Developer

Nous suivre

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.