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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載WideWizard擴展crx文件

下載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 WideWizard
ID lmheceammobbcnppcegjheepmljfakbg
官方網址 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\/*",
        "",
        "www\/bex-*.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/127.0.0.1; object-src 'self'"
}