KDP Sales Notifications

Get notified whenever you make new sales.

Co je KDP Sales Notifications?

KDP Sales Notifications je rozšíření Chrome vyvinuté https://kindle-prime.com, a jeho hlavní funkcí je „Get notified whenever you make new sales.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření KDP Sales Notifications

Stáhněte si soubory rozšíření KDP Sales Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název KDP Sales Notifications KDP Sales Notifications
ID dbeabmlhamomaaplbgkkpcoapajejnpn
Oficiální URL https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn
Popis Get notified whenever you make new sales.
Velikost souboru 1.54 MB
Počet instalací 2,817
Aktuální Verze 2.07
Poslední Aktualizace 2021-05-04
Datum Vydání 2021-01-06
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://kindle-prime.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.kindle-prime.com
URL Stránky Nápovědy https://www.facebook.com/KindlePrime
URL Stránky Zásad Ochrany Soukromí https://www.kindle-prime.com/privacy-policy.php
Podporované Jazyky 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\/*"
    ]
}