PublishWide Sync

PublishWide Sync Extension

What is PublishWide Sync?

PublishWide Sync is a Chrome extension developed by PublishWide Inc., and its main feature is "PublishWide Sync Extension".

Extension Screenshots

screenshot
screenshot

Download PublishWide Sync Extension CRX File

Download PublishWide Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Publishwide helps self publishers and indie authors gain deeper insights into their business by automatically tracking book sales & expenses data from multiple marketplaces and combining them into a single dashboard.
Our extension saves you time by automatically importing your daily royalty, your daily sales, and your daily advertising data from multiple platforms for analysis.
Publishwide allows you to:
- Compare the performance of any ad being run to any book against their sales & royalties to get a clearer picture of profitability.
- Make profitable decisions by identifying high performing ad campaigns on Facebook and Amazon
- Understand how profitable your books are by analyzing royalty and expenses in one place.
- Build custom dashboards to drill down into your data and translate data into profits
The PublishWide extension currently syncs your Amazon KDP, Amazon Advertising, Barnes & Noble, iTunes, and Draft2Digital data.                    

Extension Basic Information

Name PublishWide Sync PublishWide Sync
ID ogmbfahmbffjabepohiadhikjpgjbhig
Official URL https://chromewebstore.google.com/detail/publishwide-sync/ogmbfahmbffjabepohiadhikjpgjbhig
Description PublishWide Sync Extension
File Size 223 KB
Installation Count 143
Current Version 2.9.2.10
Last Updated 2022-12-13
Publish Date 2021-06-22
Developer PublishWide Inc.
Email [email protected]
Payment Type free
Extension Website https://publishwide.com
Help Page URL https://support.publishwide.com
Privacy Policy Page URL https://publishwide.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PublishWide Sync",
    "description": "PublishWide Sync Extension",
    "version": "2.9.2.10",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "vendor.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "extraHeaders",
        "https:\/\/*.publishwide.com\/*",
        "https:\/\/kdp.amazon.com\/*",
        "https:\/\/account.kdp.amazon.com\/*",
        "https:\/\/kdpreports.amazon.com\/*",
        "https:\/\/amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/advertising.amazon.com\/*",
        "https:\/\/advertising.amazon.co.uk\/*",
        "https:\/\/advertising.amazon.de\/*",
        "https:\/\/advertising.amazon.fr\/*",
        "https:\/\/advertising.amazon.es\/*",
        "https:\/\/advertising.amazon.it\/*",
        "https:\/\/advertising.amazon.co.jp\/*",
        "https:\/\/advertising.amazon.in\/*",
        "https:\/\/advertising.amazon.ca\/*",
        "https:\/\/advertising.amazon.com.mx\/*",
        "https:\/\/advertising.amazon.com.au\/*",
        "https:\/\/press.barnesandnoble.com\/*",
        "https:\/\/itunesconnect.apple.com\/*",
        "https:\/\/uclient-api.itunes.apple.com\/*",
        "https:\/\/www.draft2digital.com\/*",
        "https:\/\/play.google.com\/*",
        "https:\/\/writinglife.kobo.com\/*",
        "https:\/\/*.smashwords.com\/*",
        "https:\/\/*.acx.com\/*",
        "https:\/\/*.radishfiction.com\/*"
    ]
}