KDP Sales Notifications
Get notified whenever you make new sales.
Wat is KDP Sales Notifications?
KDP Sales Notifications is een Chrome-extensie ontwikkeld door https://kindle-prime.com, en de belangrijkste functie is "Get notified whenever you make new sales.".
Extensie Screenshots
Download het CRX-bestand van de extensie KDP Sales Notifications
Download KDP Sales Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
Officiële URL | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Beschrijving | Get notified whenever you make new sales. |
Bestandsgrootte | 1.54 MB |
Aantal Installaties | 2,817 |
Huidige Versie | 2.07 |
Laatst Bijgewerkt | 2021-05-04 |
Publicatiedatum | 2021-01-06 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://kindle-prime.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.kindle-prime.com |
Help Pagina-URL | https://www.facebook.com/KindlePrime |
URL van de Privacybeleid Pagina | https://www.kindle-prime.com/privacy-policy.php |
Ondersteunde Talen | 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\/*" ] } |