KDP Extension

Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.

KDP Extension là gì?

KDP Extension là một tiện ích mở rộng Chrome được phát triển bởi https://kdpextension.com, và tính năng chính của nó là "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KDP Extension

Tải xuống các tệp mở rộng KDP Extension 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

                        KDP Extension is a simple yet porwerful tool for Low Content Book publishers.
It supercharge the Amazon search results with valuable data like BSR, royalties, estimated sales and profits in a daily and monthly basis.
Yout should install it if you would like to save a lot of time while looking for book niches or you are just tired of calculate sales in an ugly BSR calculator.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KDP Extension KDP Extension
ID lcknenpjnkghhjmjhlhmmbmnpolememl
URL Chính Thức https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl
Mô tả Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
Kích Thước Tệp 59.52 KB
Số Lần Cài Đặt 3,367
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2021-01-31
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://kdpextension.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://kdpextension.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KDP Extension",
    "description": "Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.",
    "version": "1.0",
    "icons": {
        "48": ".\/images\/logo-48x48.png",
        "128": ".\/images\/logo-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/s*"
            ],
            "js": [
                "js\/content-min.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/kdpextension.com\/*"
            ],
            "js": [
                "js\/bridge-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persisting": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/www.googleapis.com; object-src 'self'"
}