KDP Autofill

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

什麼是KDP Autofill?

KDP Autofill是由https://www.mercherworld.com開發的Chrome擴展程式,該擴展的主要功能是“KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.”。

擴展截圖

screenshot
screenshot

下載KDP Autofill擴展crx文件

下載KDP Autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
官方網址 https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
簡介 KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
檔案大小 99.69 KB
安裝次數 6,187
目前版本 2.0.0.4
更新時間 2022-10-22
上架時間 2020-01-12
評分 3.91/5 共 35 次評分
開發者 https://www.mercherworld.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://autofill.mercherworld.com/
說明頁面URL https://autofill.mercherworld.com/
隱私政策頁面URL https://mercherworld.com/privacy-policy
支援的語言 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"
    }
}