KDP Autofill

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

Cos'è KDP Autofill?

KDP Autofill è un'estensione di Chrome sviluppata da https://www.mercherworld.com, e la sua funzione principale è "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KDP Autofill

Scarica i file di estensione KDP Autofill 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

                        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!                    

Informazioni di Base sull'Estensione

Nome KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
URL Ufficiale https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Descrizione KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Dimensione del File 99.69 KB
Conteggio Installazioni 6,187
Versione Corrente 2.0.0.4
Ultimo Aggiornamento 2022-10-22
Data di Pubblicazione 2020-01-12
Valutazione 3.91/5 Totale 35 Valutazioni
Sviluppatore https://www.mercherworld.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://autofill.mercherworld.com/
URL della Pagina di Aiuto https://autofill.mercherworld.com/
URL della Pagina della Politica sulla Privacy https://mercherworld.com/privacy-policy
Lingue Supportate 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"
    }
}