BlackBird Inspector

BlackBird Inspector Chrome Extension

什麼是BlackBird Inspector?

BlackBird Inspector是由https://blackbirdsuite.com開發的Chrome擴展程式,該擴展的主要功能是“BlackBird Inspector Chrome Extension”。

擴展截圖

screenshot
screenshot
screenshot

下載BlackBird Inspector擴展crx文件

下載BlackBird Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        BlackBird Inspector helps amazon sellers to find out best selling opportunities on amazon. It shows products potential's stats like number of sales, estimated revenue, # of review and ratings from each product etc... which could help amazon sellers to take decision on the product.Later on, Blackbird users will be able to add products directly into their BlackBird's products watcher list.                    

擴展基本資訊

名稱 BlackBird Inspector BlackBird Inspector
ID pfecioefjddbjdhmmhoekhjdmhgneaag
官方網址 https://chromewebstore.google.com/detail/blackbird-inspector/pfecioefjddbjdhmmhoekhjdmhgneaag
簡介 BlackBird Inspector Chrome Extension
檔案大小 280 KB
安裝次數 548
目前版本 1.0.14
更新時間 2020-12-25
上架時間 2019-04-03
評分 5.00/5 共 1 次評分
開發者 https://blackbirdsuite.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://blackbirdsuite.com
說明頁面URL http://support.blackbirdsuite.com
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/disabled_icon.png",
        "default_popup": "login.html",
        "default_title": "BlackBird Inspector"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/contentscript.css",
                "scripts\/sweetalert\/dist\/sweet_alert2.css",
                "styles\/toastr.min.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/sweetalert\/dist\/sweet_alert2.js",
                "scripts\/tableHeadFixer.js",
                "scripts\/AJAXq.js",
                "scripts\/table2csv.js",
                "scripts\/toastr.min.js",
                "scripts\/attrchange.js",
                "scripts\/attrchange_ext.js",
                "scripts\/jquery.formParams.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/smile.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "BlackBird Inspector Chrome Extension",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "BlackBird Inspector",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.14",
    "web_accessible_resources": [
        "images\/refresh-icon.jpg",
        "images\/close-icon.jpg",
        "images\/blackbird_logo.png",
        "images\/rating.png",
        "images\/loader.gif",
        "images\/icon-128.png",
        "images\/icon-38.png",
        "images\/logout-icon.jpg",
        "images\/eye-icon.png",
        "images\/csv-icon.png",
        "images\/lock-icon.png"
    ]
}