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
电子邮箱 [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"
}