KDP Autofill

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

Co to jest KDP Autofill?

KDP Autofill to rozszerzenie Chrome opracowane przez https://www.mercherworld.com, a jego główną funkcją jest „KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia KDP Autofill

Pobierz pliki rozszerzeń KDP Autofill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
Oficjalny URL https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Opis KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Rozmiar pliku 99.69 KB
Liczba instalacji 6,187
Aktualna Wersja 2.0.0.4
Ostatnia Aktualizacja 2022-10-22
Data Publikacji 2020-01-12
Ocena 3.91/5 Łącznie 35 Oceny
Deweloper https://www.mercherworld.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://autofill.mercherworld.com/
Adres URL Strony Pomocy https://autofill.mercherworld.com/
Adres URL Strony Polityki Prywatności https://mercherworld.com/privacy-policy
Obsługiwane Języki 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"
    }
}