WideWizard
Use magic to quickly self-publish your books across all platforms.
Τι είναι το WideWizard;
Το WideWizard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://widewizard.co, και η κύρια λειτουργία του είναι "Use magic to quickly self-publish your books across all platforms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WideWizard
Λήψη αρχείων επέκτασης WideWizard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*", " |