KDP Quick Fill

Quick fill forms with just one click and boost productivity with our time-saving chrome extension.

KDP Quick Fill là gì?

KDP Quick Fill là một tiện ích mở rộng Chrome được phát triển bởi https://kdpquickfill.com, và tính năng chính của nó là "Quick fill forms with just one click and boost productivity with our time-saving chrome extension.".

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

screenshot

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

Tải xuống các tệp mở rộng KDP Quick Fill 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 Quick Fill is a must-have Chrome extension for all authors who publish their books on Kindle Direct Publishing (KDP). This tool is designed to help you save time and streamline the book publishing process by eliminating the need to repeatedly fill out forms with the same information.

With KDP Quick Fill, you can easily save and store your frequently used information such as book title, author name, ISBN, book description, keywords, and more. Once you've saved this information, you can quickly fill out the necessary forms on the KDP platform with just a few clicks. This eliminates the need to manually enter the same information over and over again, saving you valuable time and increasing your productivity.

The KDP Quick Fill extension is easy to use and can be customized to suit your specific needs. It is ideal for authors who publish multiple books on KDP or for those who frequently update their book details. With this tool, you can streamline the book publishing process and focus on what really matters – creating and promoting your books.

Install KDP Quick Fill today and take the first step towards faster, more efficient book publishing on KDP.                    

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

Tên KDP Quick Fill KDP Quick Fill
ID fckajnmhhcmpcnehjfdlhnpliiphalmf
URL Chính Thức https://chromewebstore.google.com/detail/kdp-quick-fill/fckajnmhhcmpcnehjfdlhnpliiphalmf
Mô tả Quick fill forms with just one click and boost productivity with our time-saving chrome extension.
Kích Thước Tệp 45.85 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 2.5.0.11
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2023-07-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kdpquickfill.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://kdpquickfill.com/
URL Trang Trợ Giúp https://kdpquickfill.com/contact
URL Trang Chính Sách Bảo Mật https://kdpquickfill.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDP Quick Fill",
    "description": "Quick fill forms with just one click and boost productivity with our time-saving chrome extension.",
    "version": "2.5.0.11",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/kdpquickfill.com\/*"
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/script.mini.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/kdpquickfill.com\/*"
            ]
        }
    ]
}