BSRMaster

BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…

BSRMaster란 무엇입니까?

BSRMaster은(는) Andrea Biancolli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BSRMaster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator

- BSR for kindle, paperback and audiobooks on Audible.com, Audible.co.uk and Amazon.com

- On amazon.com you will find BSR, Publication date and price of each version

- Clickable BSR on audible, you will be redirected to amazon.com book page

- Ascending and Descending order for BSR by clicking in the BSR column

- Working even in the Best Seller Sections of Amazon

- By clicking on the extension you will be able to Check all the AVG parameters of all the products in the drop down menu: - AVG BSR - AVG RUNNING TIME - AVG REVIEWS - AVG PRICE

- You can personalize BSR colors and Values to set your own search parameter for the 3 formats

100% Safe... 100% FREE! You will not share any data of your own research.                    

확장 프로그램 기본 정보

이름 BSRMaster BSRMaster
ID icnkllgoiildohggeopaikcmgmafalna
공식 URL https://chromewebstore.google.com/detail/bsrmaster/icnkllgoiildohggeopaikcmgmafalna
설명 BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…
파일 크기 1.52 MB
설치 횟수 7,328
현재 버전 7.4
최근 업데이트 2020-11-20
출시 날짜 2020-07-05
평점 2.59/5 총 17 개의 평점
개발자 Andrea Biancolli
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.3.1.js",
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icons\/logo.png"
        },
        "default_popup": "src\/popup.html",
        "default_title": "BSRMaster"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/commonAudible.js",
                "src\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.audible.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/commonAudible.js",
                "src\/audible-uk.js"
            ],
            "matches": [
                "*:\/\/*.audible.co.uk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/amazon.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/Best-Sellers-Kindle-Store-eBooks\/*",
                "*:\/\/*.amazon.com\/Best-Sellers-Audible-Audiobooks\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/amazonView.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "libs\/jquery-3.3.1.js",
                "src\/common.js",
                "src\/acx.js"
            ],
            "matches": [
                "*:\/\/*.acx.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "",
    "icons": {
        "48": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "BSRMaster",
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "http:\/\/www.amazon.co.uk\/*"
    ],
    "version": "7.4"
}