KDP Sales Notifications
Get notified whenever you make new sales.
Qu'est-ce que KDP Sales Notifications ?
KDP Sales Notifications est une extension Chrome développée par https://kindle-prime.com, et sa fonction principale est "Get notified whenever you make new sales.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KDP Sales Notifications
Téléchargez les fichiers d'extension KDP Sales Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
We all love to hear that sound, yes, the sound of new sales! Get notified whenever your make new sales on KDP in real-time. This FREE extension is part of the Kindle Prime software, the most complete KDP automation tool you will ever find in the market. You should try it out: https://www.kindle-prime.com
Informations de Base sur l'Extension
Nom | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
URL Officiel | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Description | Get notified whenever you make new sales. |
Taille du Fichier | 1.54 MB |
Nombre d'Installations | 2,817 |
Version Actuelle | 2.07 |
Dernière Mise à Jour | 2021-05-04 |
Date de Publication | 2021-01-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://kindle-prime.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.kindle-prime.com |
URL de la Page d'Aide | https://www.facebook.com/KindlePrime |
URL de la Page de Politique de Confidentialité | https://www.kindle-prime.com/privacy-policy.php |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KDP Sales Notifications", "description": "Get notified whenever you make new sales.", "version": "2.07", "manifest_version": 2, "permissions": [ "notifications", "storage", "https:\/\/www.kindle-prime.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazonaws.com\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/moment.js", "js\/xlsx.full.min.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "KDP Sales Notifications", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "popup\/*", "sounds\/*", "images\/*" ] } |