KDP Extension

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

KDP Extensionとは何ですか?

KDP Extensionはhttps://kdpextension.comによって開発されたChromeの拡張機能で、その主な機能は「Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.」です。

拡張機能のスクリーンショット

screenshot

KDP Extension拡張機能のCRXファイルをダウンロード

KDP Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 KDP Extension KDP Extension
ID lcknenpjnkghhjmjhlhmmbmnpolememl
公式URL https://chromewebstore.google.com/detail/kdp-extension/lcknenpjnkghhjmjhlhmmbmnpolememl
説明 Preview book data on an Amazon search like BSR, royalties per book with estimated daily and monthly sales and profits.
ファイルサイズ 59.52 KB
インストール数 3,367
現在のバージョン 1.0
最終更新日 2021-02-01
公開日 2021-01-31
評価 2.50/5 合計 8 レビュー
開発者 https://kdpextension.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://kdpextension.com
対応言語 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'"
}