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 擴展基本資訊
| 名稱 | |
| ID | dbeabmlhamomaaplbgkkpcoapajejnpn |
| 官方網址 | 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\/*"
]
} | |