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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
            ]
        }
    ]
}