KDP Autofill

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

Apa itu KDP Autofill?

KDP Autofill adalah ekstensi Chrome yang dikembangkan oleh https://www.mercherworld.com, dan fitur utamanya adalah "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi KDP Autofill

Unduh file ekstensi KDP Autofill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
URL Resmi https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Deskripsi KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Ukuran File 99.69 KB
Jumlah Instalasi 6,187
Versi Saat Ini 2.0.0.4
Terakhir Diperbarui 2022-10-22
Tanggal Publikasi 2020-01-12
Penilaian 3.91/5 Total 35 Penilaian
Pengembang https://www.mercherworld.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://autofill.mercherworld.com/
URL Halaman Bantuan https://autofill.mercherworld.com/
URL Halaman Kebijakan Privasi https://mercherworld.com/privacy-policy
Bahasa yang Didukung 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"
    }
}