KDP Sales Notifications

Get notified whenever you make new sales.

Cos'è KDP Sales Notifications?

KDP Sales Notifications è un'estensione di Chrome sviluppata da https://kindle-prime.com, e la sua funzione principale è "Get notified whenever you make new sales.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KDP Sales Notifications

Scarica i file di estensione KDP Sales Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome KDP Sales Notifications KDP Sales Notifications
ID dbeabmlhamomaaplbgkkpcoapajejnpn
URL Ufficiale https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn
Descrizione Get notified whenever you make new sales.
Dimensione del File 1.54 MB
Conteggio Installazioni 2,817
Versione Corrente 2.07
Ultimo Aggiornamento 2021-05-04
Data di Pubblicazione 2021-01-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://kindle-prime.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kindle-prime.com
URL della Pagina di Aiuto https://www.facebook.com/KindlePrime
URL della Pagina della Politica sulla Privacy https://www.kindle-prime.com/privacy-policy.php
Lingue Supportate 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\/*"
    ]
}