KDP Autofill

KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.

O que é KDP Autofill?

KDP Autofill é uma extensão do Chrome desenvolvida por https://www.mercherworld.com, e sua principal característica é "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão KDP Autofill

Baixe arquivos de extensão KDP Autofill 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

                        KDP Auto Fill Help you save the book information and details so you don't have to fill it out every time you want to upload a book. it saves you a lot of time and hustle and also there are no errors or typos once you do the first filling correctly. Amazon KDP Automation Gets Easier!                    

Informações Básicas da Extensão

Nome KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
URL Oficial https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Descrição KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Tamanho do Arquivo 99.69 KB
Contagem de Instalações 6,187
Versão Atual 2.0.0.4
Última Atualização 2022-10-22
Data de Publicação 2020-01-12
Classificação 3.91/5 Total de 35 Avaliações
Desenvolvedor https://www.mercherworld.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://autofill.mercherworld.com/
URL da Página de Ajuda https://autofill.mercherworld.com/
URL da Página de Política de Privacidade https://mercherworld.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KDP Autofill",
    "description": "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.",
    "version": "2.0.0.4",
    "host_permissions": [
        "https:\/\/kdp.amazon.com\/*",
        "https:\/\/autofill.mercherworld.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/details*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/details.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/pricing*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/pricing.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/en_US\/title-setup\/paperback\/*\/content*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/content.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}