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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.facebook.com/KindlePrime
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}