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.
扩展基本信息
名称 | PublishWide Sync |
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. |
电子邮箱 | [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\/*" ] } |