Book Bolt Lister

Book Bolt Lister - Bulk Upload Multiple Book Design Variations Easily Book Bolt Lister is available under any of the Book Bolt…

Book Bolt Listerとは何ですか?

Book Bolt Listerはhttps://bookbolt.ioによって開発されたChromeの拡張機能で、その主な機能は「Book Bolt Lister - Bulk Upload Multiple Book Design Variations Easily Book Bolt Lister is available under any of the Book Bolt…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Book Bolt Lister拡張機能のCRXファイルをダウンロード

Book Bolt Lister拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Book Bolt Lister - Bulk Upload Multiple Book Design Variations Easily

Book Bolt Lister is available under any of the Book Bolt plans to help you upload multiple book design variations without any of the hassle.

If you need to upload book design covers and are sick and tired of editing keywords, titles and descriptions every time, Book Bolt Lister has you covered.

With the Book Bolt Lister, you will be able to set book profiles bound to a hotkey to quickly and efficiently select your Keywords, titles, and descriptions with a single button. 

Do you want to fill out the brand name, title, keywords, and description of KDP no content books? Well, with the Info profiles, all of this is just a single hotkey away.

STOP wasting your time listing, and get to what really matters, research and selling more products on the KDP platform with no content book covers!                    

拡張機能の基本情報

名前 Book Bolt Lister Book Bolt Lister
ID gkkkmiljegejildfmfcnicknbcfggdjk
公式URL https://chromewebstore.google.com/detail/book-bolt-lister/gkkkmiljegejildfmfcnicknbcfggdjk
説明 Book Bolt Lister - Bulk Upload Multiple Book Design Variations Easily Book Bolt Lister is available under any of the Book Bolt…
ファイルサイズ 880 KB
インストール数 33,268
現在のバージョン 7.1.7
最終更新日 2023-09-11
公開日 2019-08-22
評価 3.22/5 合計 18 レビュー
開発者 https://bookbolt.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bookbolt.io/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Book Bolt Lister",
    "description": "",
    "options_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Kindle Uploader"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/*",
                "https:\/\/zme-caps.amazon.com\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/members.bookbolt.io\/",
        "https:\/\/zme-caps.amazon.com\/"
    ],
    "version": "7.1.7"
}