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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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:\/\/*\/*"
            ]
        }
    ]
}