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…"입니다.
확장 프로그램 스크린샷
Book Bolt Lister 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |