Productor for KDP
Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!
Productor for KDP là gì?
Productor for KDP là một tiện ích mở rộng Chrome được phát triển bởi Productor Apps, và tính năng chính của nó là "Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Productor for KDP
Tải xuống các tệp mở rộng Productor for KDP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Productor for KDP (Kindle Direct Publishing) with Sales Overview, Trademark check, Sales Notifications and more...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Productor for KDP |
ID | hhoblekomblecenhpocenhkmhjioehig |
URL Chính Thức | https://chromewebstore.google.com/detail/productor-for-kdp/hhoblekomblecenhpocenhkmhjioehig |
Mô tả | Copy & Paste, Excel Sheet (.xlsx) import and export, Trademark Check, Notifications and more! |
Kích Thước Tệp | 7.87 MB |
Số Lần Cài Đặt | 8,612 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2023-07-10 |
Ngày Phát Hành | 2021-01-11 |
Đánh Giá | 4.32/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | Productor Apps |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.facebook.com/groups/productor.support |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |