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 là gì?

KDP Autofill là một tiện ích mở rộng Chrome được phát triển bởi https://www.mercherworld.com, và tính năng chính của nó là "KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KDP Autofill

Tải xuống các tệp mở rộng KDP Autofill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KDP Autofill KDP Autofill
ID hkaaadbdciidjlkjdlhagcomlinjeffp
URL Chính Thức https://chromewebstore.google.com/detail/kdp-autofill/hkaaadbdciidjlkjdlhagcomlinjeffp
Mô tả KDP Auto-Fill helps you upload your books much faster with auto fill system to save you time and the hustle.
Kích Thước Tệp 99.69 KB
Số Lần Cài Đặt 6,187
Phiên Bản Hiện Tại 2.0.0.4
Cập Nhật Lần Cuối 2022-10-22
Ngày Phát Hành 2020-01-12
Đánh Giá 3.91/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://www.mercherworld.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://autofill.mercherworld.com/
URL Trang Trợ Giúp https://autofill.mercherworld.com/
URL Trang Chính Sách Bảo Mật https://mercherworld.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}