BookBeam: Extension

Amazon Market Research for Authors and Publishers

BookBeam: Extension란 무엇입니까?

BookBeam: Extension은(는) https://bookbeam.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Market Research for Authors and Publishers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BookBeam: Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The BookBeam chrome extension helps you identify the best book niches, keywords and opportunities in the Amazon marketplace. 

See bestseller rankings, sales estimates, royalty estimates, income estimates and more at a click of a button. 

Just install the extension, open Amazon and sign into your BookBeam account through the extension. Make any book, kindle or audiobook search and let the BookBeam extension do the research work for you.

We currently support Amazon marketplaces in the United States as well as in the United Kingdom.                    

확장 프로그램 기본 정보

이름 BookBeam: Extension BookBeam: Extension
ID mbchdidopjakdkjkekaogajhcdekciop
공식 URL https://chromewebstore.google.com/detail/bookbeam-extension/mbchdidopjakdkjkekaogajhcdekciop
설명 Amazon Market Research for Authors and Publishers
파일 크기 1.68 MB
설치 횟수 14,417
현재 버전 0.34.0
최근 업데이트 2024-02-11
출시 날짜 2020-08-20
평점 3.86/5 총 7 개의 평점
개발자 https://bookbeam.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bookbeam.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BookBeam: Extension",
    "version": "0.34.0",
    "description": "Amazon Market Research for Authors and Publishers",
    "permissions": [
        "contextMenus",
        "storage",
        "declarativeContent",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/qa.bookbeam.io\/*",
        "*:\/\/app.bookbeam.io\/*",
        "*:\/\/*.amazon.com\/",
        "*:\/\/*.amazon.de\/",
        "*:\/\/*.amazon.it\/",
        "*:\/\/*.amazon.co.uk\/",
        "*:\/\/*.audible.com\/",
        "*:\/\/*.audible.co.uk\/",
        "*:\/\/*.amazon.fr\/",
        "*:\/\/*.amazon.es\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/qa.bookbeam.io\/*",
            "*:\/\/app.bookbeam.io\/*",
            "*:\/\/www.amazon.com\/*",
            "*:\/\/www.amazon.de\/*",
            "*:\/\/www.amazon.it\/*",
            "*:\/\/www.amazon.co.uk\/*",
            "*:\/\/www.audible.com\/*",
            "*:\/\/www.audible.co.uk\/*",
            "*:\/\/www.amazon.fr\/*",
            "*:\/\/www.amazon.es\/*"
        ]
    },
    "web_accessible_resources": [
        "assets\/*",
        "main.js",
        "styles.css"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "BookBeam: Extension",
        "default_icon": {
            "16": "assets\/images\/default_icon_16.png",
            "32": "assets\/images\/default_icon_32.png",
            "48": "assets\/images\/default_icon_48.png",
            "128": "assets\/images\/default_icon_128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/default_icon_16.png",
        "32": "assets\/images\/default_icon_32.png",
        "48": "assets\/images\/default_icon_48.png",
        "128": "assets\/images\/default_icon_128.png"
    },
    "background": {
        "matches": [
            "*:\/\/*.amazon.com\/*",
            "*:\/\/*.amazon.de\/*",
            "*:\/\/*.amazon.it\/*",
            "*:\/\/*.amazon.co.uk\/*",
            "*:\/\/*.audible.com\/*",
            "*:\/\/*.audible.co.uk\/*",
            "*:\/\/*.amazon.fr\/*",
            "*:\/\/*.amazon.es\/*"
        ],
        "scripts": [
            "background-script.js",
            "background\/polyfills.js",
            "background\/main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.audible.com\/*",
                "*:\/\/www.audible.co.uk\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.es\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ]
}