Productor for KDP

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

什么是Productor for KDP?

Productor for KDP是由Productor Apps开发的Chrome扩展程序,该扩展的主要功能是“Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!”。

扩展截图

screenshot

下载Productor for KDP扩展crx文件

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