KDP Uploader

Amazon KDP Automation Tool: upload Paperbacks, Hardcovers and Kindle eBooks to KDP platform has never been so Easy

KDP Uploaderคืออะไร?

KDP Uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kdpuploader.com และคุณลักษณะหลักของมันคือ "Amazon KDP Automation Tool: upload Paperbacks, Hardcovers and Kindle eBooks to KDP platform has never been so Easy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KDP Uploader

ดาวน์โหลดไฟล์ส่วนขยาย KDP Uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        KDP Uploader: The Essential Chrome Extension for KDP Low Content Publishers!

Uploading books to Amazon KDP (Kindle Direct Publishing) can be an incredibly time-consuming task. But with KDP Uploader, it's time to take your Print On Demand Low Content business to the next level of professionalism!

KDP Uploader is not just a nice-to-have Chrome Extension; it's a must-have tool if you're serious about your success in the industry. By utilizing KDP Uploader, you can finally focus on your core business and eliminate all the time-consuming tasks that add no value to your daily schedule.

Here's why our KDP automation extension is the ultimate automation tool for KDP Low Content and No Content publishers:

- Effortless Automation: Our tool is designed to simplify your workflow. It automatically fills in the necessary Amazon KDP fields, uploads your files, and lists them seamlessly.

- Enhanced Security: Say goodbye to the need for sharing your Amazon credentials. There is no need to share your Amazon credentials with the software.

- Complete Control: With our included Excel spreadsheet, you gain full control over your entry data. Customize each book's information to your preferences, including language, author name, keywords, prices, sizes, paper finish, and more..

- User-Friendly Interface: KDP Uploader offers an intuitive and visually pleasing user interface. You can easily track the progress of your uploads in real-time, keeping you informed every step of the way.

Experience the best of KDP POD success with KDP Uploader!

Get started today with our FREE trial and discover the game-changing benefits for yourself.

Download KDP Uploader now and revolutionize your publishing journey.


Our website provides also tools to generate automatically the following puzzles for free:
- Sudoku generator
- Wordsearsh generator
- Maze generator                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KDP Uploader KDP Uploader
ID hfnmagmigjbbmjlanikaihcokkmidlfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kdp-uploader/hfnmagmigjbbmjlanikaihcokkmidlfb
คำอธิบาย Amazon KDP Automation Tool: upload Paperbacks, Hardcovers and Kindle eBooks to KDP platform has never been so Easy
ขนาดไฟล์ 868 KB
จำนวนการติดตั้ง 3,648
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2020-11-19
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://kdpuploader.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.kdpuploader.com/
URL หน้าช่วยเหลือ https://www.facebook.com/KDP-Uploader-107477564513906
URL หน้านโยบายความเป็นส่วนตัว https://www.kdpuploader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDP Uploader",
    "version": "1.1.8",
    "manifest_version": 3,
    "description": "Amazon KDP Automation Tool: upload Paperbacks, Hardcovers and Kindle eBooks to KDP platform has never been so Easy",
    "homepage_url": "http:\/\/kdpuploader.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "src\/options\/index.html",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "KDP Uploader v1.1.8"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kdp.amazon.com\/*",
                "*:\/\/account.kdp.amazon.com\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ],
            "run_at": "document_idle"
        }
    ]
}