Bookching

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

Bookching란 무엇입니까?

Bookching은(는) Bookching에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Book Organizer For Kindle Direct Publishing (KDP) by Amazon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bookching 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}