KDP Extension
Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
什么是KDP Extension?
KDP Extension是由https://kdpextension.com开发的Chrome扩展程序,该扩展的主要功能是“Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.”。
扩展截图
下载KDP Extension扩展crx文件
下载KDP Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
KDP Extension is a simple yet porwerful tool for Low Content Book publishers. It supercharge the Amazon search results with valuable data like BSR, royalties, estimated sales and profits in a daily and monthly basis. Yout should install it if you would like to save a lot of time while looking for book niches or you are just tired of calculate sales in an ugly BSR calculator.
扩展基本信息
名称 | KDP Extension |
ID | lcknenpjnkghhjmjhlhmmbmnpolememl |
官方URL | https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl |
简介 | Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits. |
文件大小 | 59.52 KB |
安装次数 | 3,367 |
当前版本 | 1.0 |
更新时间 | 2021-02-01 |
上架时间 | 2021-01-31 |
评分 | 2.50/5 共8次评分 |
开发者 | https://kdpextension.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://kdpextension.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KDP Extension", "description": "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.", "version": "1.0", "icons": { "48": ".\/images\/logo-48x48.png", "128": ".\/images\/logo-128x128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/s*" ], "js": [ "js\/content-min.js" ], "css": [ "css\/content.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/kdpextension.com\/*" ], "js": [ "js\/bridge-min.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persisting": false }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/www.googleapis.com; object-src 'self'" } |