KDP Autofill

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

What is KDP Autofill?

KDP Autofill is a Chrome extension developed by https://www.mercherworld.com, and its main feature is "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Extension Screenshots

screenshot
screenshot

Download KDP Autofill Extension CRX File

Download KDP Autofill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
Official URL https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Description KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
File Size 99.69 KB
Installation Count 6,187
Current Version 2.0.0.4
Last Updated 2022-10-22
Publish Date 2020-01-12
Rating 3.91/5 Total 35 Ratings
Developer https://www.mercherworld.com
Email [email protected]
Payment Type in_app
Extension Website https://autofill.mercherworld.com/
Help Page URL https://autofill.mercherworld.com/
Privacy Policy Page URL https://mercherworld.com/privacy-policy
Supported Languages 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"
    }
}