Productor for KDP

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

Wat is Productor for KDP?

Productor for KDP is een Chrome-extensie ontwikkeld door Productor Apps, en de belangrijkste functie is "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Productor for KDP

Download Productor for KDP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Productor for KDP Productor for KDP
ID hhoblekomblecenhpocenhkmhjioehig
Officiële URL https://chromewebstore.google.com/detail/productor-for-kdp/hhoblekomblecenhpocenhkmhjioehig
Beschrijving Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!
Bestandsgrootte 7.87 MB
Aantal Installaties 8,612
Huidige Versie 1.2.7
Laatst Bijgewerkt 2023-07-10
Publicatiedatum 2021-01-11
Beoordeling 4.32/5 Totaal 28 Beoordelingen
Ontwikkelaar Productor Apps
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.facebook.com/groups/productor.support
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}