Productor for KDP

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

Qu'est-ce que Productor for KDP ?

Productor for KDP est une extension Chrome développée par Productor Apps, et sa fonction principale est "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Productor for KDP

Téléchargez les fichiers d'extension Productor for KDP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Productor for KDP Productor for KDP
ID hhoblekomblecenhpocenhkmhjioehig
URL Officiel https://chromewebstore.google.com/detail/productor-for-kdp/hhoblekomblecenhpocenhkmhjioehig
Description Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!
Taille du Fichier 7.87 MB
Nombre d'Installations 8,612
Version Actuelle 1.2.7
Dernière Mise à Jour 2023-07-10
Date de Publication 2021-01-11
Évaluation 4.32/5 Total 28 Évaluations
Développeur Productor Apps
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.facebook.com/groups/productor.support
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}