WideWizard
Use magic to quickly self-publish your books across all platforms.
WideWizard란 무엇입니까?
WideWizard은(는) https://widewizard.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use magic to quickly self-publish your books across all platforms."입니다.
확장 프로그램 스크린샷
WideWizard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The fastest way to publish books wide. DESCRIBE YOUR BOOK ONCE, PUBLISH IT EVERYWHERE WideWizard is auto-fill for book details. Tell the extension about your book once, then whenever it detects that you're on a supported form (example: Kobo's create a book form), it'll give you the option to auto-fill your book details with one click. KEEP ALL OF YOUR ROYALTIES WideWizard isn't a distributor, so you keep all of your royalties! It just makes filling those pesky forms a lot easier. THE EASIEST WAY TO GO WIDE WideWizard makes it easy to publish your book on 8 different self-publishing stores! NO DISTRIBUTOR TO RELY ON WideWizard helps you go direct with each store. Going direct means there's no risk of your distributor going out of business to leave you scrambling. Get started in the world of one-click publishing - install WideWizard now!
확장 프로그램 기본 정보
이름 | WideWizard |
ID | lmheceammobbcnppcegjheepmljfakbg |
공식 URL | https://chromewebstore.google.com/detail/widewizard/lmheceammobbcnppcegjheepmljfakbg |
설명 | Use magic to quickly self-publish your books across all platforms. |
파일 크기 | 3.26 MB |
설치 횟수 | 1,136 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2022-06-22 |
출시 날짜 | 2020-05-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://widewizard.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://widewizard.co |
도움말 페이지 URL | https://help.widewizard.co |
개인정보 보호 정책 페이지 URL | https://booksprout.co/privacy-policy-all-products |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WideWizard", "description": "Use magic to quickly self-publish your books across all platforms.", "version": "0.0.9", "manifest_version": 2, "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "browser_action": { "default_title": "WideWizard" }, "background": { "scripts": [ "www\/js\/bex-background.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/kdp.amazon.com\/en_US\/title-setup*", "https:\/\/www.smashwords.com\/upload*", "https:\/\/play.google.com\/books\/publish*", "https:\/\/press.barnesandnoble.com\/*", "https:\/\/www.draft2digital.com\/book\/*", "https:\/\/www.goodreads.com\/book\/new*", "https:\/\/booksprout.co\/publisher\/book\/create*", "https:\/\/booksprout.co\/publisher\/book\/update*", "https:\/\/writinglife.kobo.com\/ebooks*" ], "js": [ "www\/js\/bex-content-script.js", "js\/content-script.js" ], "css": [ "css\/content-css.css" ] } ], "permissions": [ "https:\/\/kdp.amazon.com\/en_US\/title-setup*", "https:\/\/www.smashwords.com\/upload*", "https:\/\/play.google.com\/books\/publish*", "https:\/\/press.barnesandnoble.com\/*", "https:\/\/www.draft2digital.com\/book\/e\/*", "https:\/\/www.goodreads.com\/book\/new*", "https:\/\/booksprout.co\/publisher\/book\/create*", "https:\/\/writinglife.kobo.com\/ebooks*", "storage", "tabs", "unlimitedStorage", "contextMenus" ], "web_accessible_resources": [ "www\/*", "js\/*", "css\/*", "icons\/*", " |