KDP Autofill

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

Wat is KDP Autofill?

KDP Autofill is een Chrome-extensie ontwikkeld door https://www.mercherworld.com, en de belangrijkste functie is "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KDP Autofill

Download KDP Autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
Officiële URL https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Beschrijving KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Bestandsgrootte 99.69 KB
Aantal Installaties 6,187
Huidige Versie 2.0.0.4
Laatst Bijgewerkt 2022-10-22
Publicatiedatum 2020-01-12
Beoordeling 3.91/5 Totaal 35 Beoordelingen
Ontwikkelaar https://www.mercherworld.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://autofill.mercherworld.com/
Help Pagina-URL https://autofill.mercherworld.com/
URL van de Privacybeleid Pagina https://mercherworld.com/privacy-policy
Ondersteunde Talen 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"
    }
}