BookBeam: Extension

Amazon Market Research for Authors and Publishers

ما هو BookBeam: Extension؟

BookBeam: Extension هو إضافة Chrome تم تطويرها بواسطة https://bookbeam.io، والميزة الرئيسية لها هي "Amazon Market Research for Authors and Publishers".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BookBeam: Extension

قم بتنزيل ملفات الامتداد BookBeam: Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}