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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}