PublishWide Sync
PublishWide Sync Extension
PublishWide Syncとは何ですか?
PublishWide SyncはPublishWide Inc.によって開発されたChromeの拡張機能で、その主な機能は「PublishWide Sync Extension」です。
拡張機能のスクリーンショット
PublishWide Sync拡張機能のCRXファイルをダウンロード
PublishWide Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ogmbfahmbffjabepohiadhikjpgjbhig |
| 公式URL | https://chromewebstore.google.com/detail/publishwide-sync/ogmbfahmbffjabepohiadhikjpgjbhig |
| 説明 | PublishWide Sync Extension |
| ファイルサイズ | 223 KB |
| インストール数 | 143 |
| 現在のバージョン | 2.9.2.10 |
| 最終更新日 | 2022-12-13 |
| 公開日 | 2021-06-22 |
| 開発者 | PublishWide Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://publishwide.com |
| ヘルプページのURL | https://support.publishwide.com |
| プライバシーポリシーページのURL | https://publishwide.com/privacy-policy |
| 対応言語 | 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\/*"
]
} | |