KDP Autofill

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

Qu'est-ce que KDP Autofill ?

KDP Autofill est une extension Chrome développée par https://www.mercherworld.com, et sa fonction principale est "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension KDP Autofill

Téléchargez les fichiers d'extension KDP Autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
URL Officiel 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.
Taille du Fichier 99.69 KB
Nombre d'Installations 6,187
Version Actuelle 2.0.0.4
Dernière Mise à Jour 2022-10-22
Date de Publication 2020-01-12
Évaluation 3.91/5 Total 35 Évaluations
Développeur https://www.mercherworld.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://autofill.mercherworld.com/
URL de la Page d'Aide https://autofill.mercherworld.com/
URL de la Page de Politique de Confidentialité https://mercherworld.com/privacy-policy
Langues Prises en Charge 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"
    }
}