KDP Sales Notifications
Get notified whenever you make new sales.
KDP Sales Notifications là gì?
KDP Sales Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://kindle-prime.com, và tính năng chính của nó là "Get notified whenever you make new sales.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KDP Sales Notifications
Tải xuống các tệp mở rộng KDP Sales Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | KDP Sales Notifications |
ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
URL Chính Thức | https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn |
Mô tả | Get notified whenever you make new sales. |
Kích Thước Tệp | 1.54 MB |
Số Lần Cài Đặt | 2,817 |
Phiên Bản Hiện Tại | 2.07 |
Cập Nhật Lần Cuối | 2021-05-04 |
Ngày Phát Hành | 2021-01-06 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://kindle-prime.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kindle-prime.com |
URL Trang Trợ Giúp | https://www.facebook.com/KindlePrime |
URL Trang Chính Sách Bảo Mật | https://www.kindle-prime.com/privacy-policy.php |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |