Productor for KDP

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

Productor for KDP क्या है?

Productor for KDP Productor Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Productor for KDP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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:\/\/*\/*"
            ]
        }
    ]
}