Productor for KDP

Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!

ما هو Productor for KDP؟

Productor for KDP هو إضافة Chrome تم تطويرها بواسطة Productor Apps، والميزة الرئيسية لها هي "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Productor for KDP

قم بتنزيل ملفات الامتداد Productor for KDP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Productor for KDP (Kindle Direct Publishing) with Sales Overview, Trademark check, Sales Notifications and more...                    

معلومات أساسية عن التمديد

الاسم Productor for KDP Productor for KDP
ID hhoblekomblecenhpocenhkmhjioehig
عنوان URL الرسمي https://chromewebstore.google.com/detail/productor-for-kdp/hhoblekomblecenhpocenhkmhjioehig
الوصف Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!
حجم الملف 7.87 MB
عدد التثبيتات 8,612
النسخة الحالية 1.2.7
آخر تحديث 2023-07-10
تاريخ النشر 2021-01-11
تقييم 4.32/5 مجموع تقييمات 28
المطور Productor Apps
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.facebook.com/groups/productor.support
اللغات المدعومة en
manifest.json
{
    "description": "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!",
    "version": "1.2.7",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Productor for KDP",
    "short_name": "PRDKDP",
    "author": "Thimo Grauerholz",
    "action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_title": "Productor for KDP",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kdp.amazon.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/kdp.amazon.com\/*",
        "*:\/\/kdpreports.amazon.com\/*",
        "*:\/\/*.productor.io\/*"
    ],
    "permissions": [
        "background",
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}