BlackBird Inspector

BlackBird Inspector Chrome Extension

BlackBird Inspector là gì?

BlackBird Inspector là một tiện ích mở rộng Chrome được phát triển bởi https://blackbirdsuite.com, và tính năng chính của nó là "BlackBird Inspector Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlackBird Inspector

Tải xuống các tệp mở rộng BlackBird Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlackBird Inspector BlackBird Inspector
ID pfecioefjddbjdhmmhoekhjdmhgneaag
URL Chính Thức https://chromewebstore.google.com/detail/blackbird-inspector/pfecioefjddbjdhmmhoekhjdmhgneaag
Mô tả BlackBird Inspector Chrome Extension
Kích Thước Tệp 280 KB
Số Lần Cài Đặt 548
Phiên Bản Hiện Tại 1.0.14
Cập Nhật Lần Cuối 2020-12-25
Ngày Phát Hành 2019-04-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://blackbirdsuite.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://blackbirdsuite.com
URL Trang Trợ Giúp http://support.blackbirdsuite.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}