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 |
Eメール | [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\/*" ] } |