Bookching

Book Organizer For Kindle Direct Publishing (KDP) by Amazon.

Bookchingคืออะไร?

Bookching เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bookching และคุณลักษณะหลักของมันคือ "Book Organizer For Kindle Direct Publishing (KDP) by Amazon."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PRO dashboard and book bulk uploader for all book friends of Kindle Direct Publishing (KDP) by Amazon. Bookching is the best and fastest way to publish your low content or no content books on KDP.

Extended dashboard with a lot of useful tools for serious sellers. Maximize your earnings by publishing more books with less clicks! Easy to use, familiar layout, no additional software needed.

KEY FEATURES:
- Publish your books by batch creating new books according to your CSV file. Instead of clicking 50 times the same attributes, you only need to choose your files and get notified as soon as the KDP previewer is ready.
- Save time calculating your earnings over all countries and currencies.
- Find the right categories for your books by searching through the category tree.
- Keep track of your authors and overall numbers like titles live.
- Set goals for sold books and money earned!
- Download book templates and calculate royalties direct from your dashboard.

Click on our Website link to get some more information and order your license key! Or go to bookching.com                    

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

ชื่อ Bookching Bookching
ID oinkglklklhaloidmggmafgbibhnlidg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookching/oinkglklklhaloidmggmafgbibhnlidg
คำอธิบาย Book Organizer For Kindle Direct Publishing (KDP) by Amazon.
ขนาดไฟล์ 10.14 MB
จำนวนการติดตั้ง 727
เวอร์ชันปัจจุบัน 1.0.5.1
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-31
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Bookching
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://www.bookching.com
URL หน้าช่วยเหลือ http://www.bookching.com
URL หน้านโยบายความเป็นส่วนตัว http://privacy-policy.bookching.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookching",
    "short_name": "Bookching",
    "description": "Book Organizer For Kindle Direct Publishing (KDP) by Amazon.",
    "version": "1.0.5.1",
    "background": {
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/money.min.js",
            "assets\/js\/moment.min.js",
            "assets\/js\/moment-timezone.min.js",
            "assets\/js\/localstoragedb.min.js",
            "assets\/js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Bookching"
    },
    "icons": {
        "48": "icon48.png",
        "96": "icon.png"
    },
    "web_accessible_resources": [
        "assets\/js\/*",
        "assets\/img\/*",
        "assets\/sounds\/*",
        "assets\/csv\/*",
        "assets\/webfonts\/*",
        "dashboard.html",
        "import.html",
        "books.html",
        "categories.html",
        "settings.html"
    ],
    "permissions": [
        "alarms",
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "downloads",
        "notifications",
        "webRequest",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.google.com\/*",
        "https:\/\/kdp.amazon.com\/*",
        "https:\/\/api.exchangeratesapi.io\/*",
        "https:\/\/api.gumroad.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "css": [],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/context.min.js"
            ]
        }
    ]
}