KDP Sales Notifications

Get notified whenever you make new sales.

Hvad er KDP Sales Notifications?

KDP Sales Notifications er en Chrome-udvidelse udviklet af https://kindle-prime.com, og dens hovedfunktion er "Get notified whenever you make new sales.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download KDP Sales Notifications-udvidelses-CRX-fil

Download KDP Sales Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn KDP Sales Notifications KDP Sales Notifications
ID dbeabmlhamomaaplbgkkpcoapajejnpn
Officiel URL https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn
Beskrivelse Get notified whenever you make new sales.
Filstørrelse 1.54 MB
Antal Installationer 2,817
Nuværende Version 2.07
Senest Opdateret 2021-05-04
Udgivelsesdato 2021-01-06
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://kindle-prime.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.kindle-prime.com
Hjælpeside-URL https://www.facebook.com/KindlePrime
URL til Fortrolighedspolitik Side https://www.kindle-prime.com/privacy-policy.php
Understøttede Sprog 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\/*"
    ]
}