KDP Sales Notifications

Get notified whenever you make new sales.

O que é KDP Sales Notifications?

KDP Sales Notifications é uma extensão do Chrome desenvolvida por https://kindle-prime.com, e sua principal característica é "Get notified whenever you make new sales.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão KDP Sales Notifications

Baixe arquivos de extensão KDP Sales Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome KDP Sales Notifications KDP Sales Notifications
ID dbeabmlhamomaaplbgkkpcoapajejnpn
URL Oficial https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn
Descrição Get notified whenever you make new sales.
Tamanho do Arquivo 1.54 MB
Contagem de Instalações 2,817
Versão Atual 2.07
Última Atualização 2021-05-04
Data de Publicação 2021-01-06
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://kindle-prime.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.kindle-prime.com
URL da Página de Ajuda https://www.facebook.com/KindlePrime
URL da Página de Política de Privacidade https://www.kindle-prime.com/privacy-policy.php
Idiomas Suportados 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\/*"
    ]
}