KDP Sales Notifications
Get notified whenever you make new sales.
什么是KDP Sales Notifications?
KDP Sales Notifications是由https://kindle-prime.com开发的Chrome扩展程序,该扩展的主要功能是“Get notified whenever you make new sales.”。
扩展截图
下载KDP Sales Notifications扩展crx文件
下载KDP Sales Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We all love to hear that sound, yes, the sound of new sales! Get notified whenever your make new sales on KDP in real-time. This FREE extension is part of the Kindle Prime software, the most complete KDP automation tool you will ever find in the market. You should try it out: https://www.kindle-prime.com
扩展基本信息
名称 | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
官方URL | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
简介 | Get notified whenever you make new sales. |
文件大小 | 1.54 MB |
安装次数 | 2,817 |
当前版本 | 2.07 |
更新时间 | 2021-05-04 |
上架时间 | 2021-01-06 |
评分 | 5.00/5 共4次评分 |
开发者 | https://kindle-prime.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.kindle-prime.com |
帮助页面URL | https://www.facebook.com/KindlePrime |
隐私政策页面URL | https://www.kindle-prime.com/privacy-policy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KDP Sales Notifications", "description": "Get notified whenever you make new sales.", "version": "2.07", "manifest_version": 2, "permissions": [ "notifications", "storage", "https:\/\/www.kindle-prime.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazonaws.com\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/moment.js", "js\/xlsx.full.min.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "KDP Sales Notifications", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "popup\/*", "sounds\/*", "images\/*" ] } |