KDP Sales Notifications

Get notified whenever you make new sales.

KDP Sales Notificationsคืออะไร?

KDP Sales Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kindle-prime.com และคุณลักษณะหลักของมันคือ "Get notified whenever you make new sales."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KDP Sales Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}