KDP Sales Notifications
Get notified whenever you make new sales.
Was ist KDP Sales Notifications?
KDP Sales Notifications ist eine Chrome-Erweiterung, die von https://kindle-prime.com entwickelt wurde, und ihr Hauptmerkmal ist "Get notified whenever you make new sales.".
Erweiterungsscreenshots
KDP Sales Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie KDP Sales Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
Offizielle URL | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Beschreibung | Get notified whenever you make new sales. |
Dateigröße | 1.54 MB |
Installationsanzahl | 2,817 |
Aktuelle Version | 2.07 |
Letztes Update | 2021-05-04 |
Veröffentlichungsdatum | 2021-01-06 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://kindle-prime.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.kindle-prime.com |
Hilfeseite URL | https://www.facebook.com/KindlePrime |
URL der Datenschutzrichtlinien-Seite | https://www.kindle-prime.com/privacy-policy.php |
Unterstützte Sprachen | 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\/*" ] } |