KDP Sales Notifications
Get notified whenever you make new sales.
¿Qué es KDP Sales Notifications?
KDP Sales Notifications es una extensión de Chrome desarrollada por https://kindle-prime.com, y su función principal es "Get notified whenever you make new sales.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión KDP Sales Notifications
Descarga archivos de extensión KDP Sales Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
URL Oficial | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Descripción | Get notified whenever you make new sales. |
Tamaño del Archivo | 1.54 MB |
Cantidad de Instalaciones | 2,817 |
Versión Actual | 2.07 |
Última Actualización | 2021-05-04 |
Fecha de Publicación | 2021-01-06 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://kindle-prime.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.kindle-prime.com |
URL de la Página de Ayuda | https://www.facebook.com/KindlePrime |
URL de la Página de Política de Privacidad | https://www.kindle-prime.com/privacy-policy.php |
Idiomas Soportados | 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\/*" ] } |