KDP Sales Notifications
Get notified whenever you make new sales.
What is KDP Sales Notifications?
KDP Sales Notifications is a Chrome extension developed by https://kindle-prime.com, and its main feature is "Get notified whenever you make new sales.".
Extension Screenshots
Download KDP Sales Notifications Extension CRX File
Download KDP Sales Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
Official URL | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Description | Get notified whenever you make new sales. |
File Size | 1.54 MB |
Installation Count | 2,817 |
Current Version | 2.07 |
Last Updated | 2021-05-04 |
Publish Date | 2021-01-06 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://kindle-prime.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kindle-prime.com |
Help Page URL | https://www.facebook.com/KindlePrime |
Privacy Policy Page URL | https://www.kindle-prime.com/privacy-policy.php |
Supported Languages | 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\/*" ] } |