Biz Screener

The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.

Biz Screener là gì?

Biz Screener là một tiện ích mở rộng Chrome được phát triển bởi Biz Screener, và tính năng chính của nó là "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Biz Screener 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

                        Show Biz Screener health grades on startup marketplaces including Micro Acquire, Flippa, Empire Flippers, and Shopify Exchange.                    

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

Tên Biz Screener Biz Screener
ID jlcppallmcemnmgbnbhliokacgfgoagp
URL Chính Thức https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp
Mô tả The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-01-07
Ngày Phát Hành 2021-09-06
Nhà Phát Triển Biz Screener
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bizscreener.com
URL Trang Trợ Giúp https://bizscreener.com/contact
URL Trang Chính Sách Bảo Mật https://bizscreener.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Biz Screener",
    "description": "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.",
    "version": "2.1",
    "icons": {
        "48": "img\/main.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/flippa.com\/*",
                "https:\/\/app.empireflippers.com\/*",
                "https:\/\/app.microacquire.com\/*",
                "https:\/\/bizscreener.com\/*",
                "https:\/\/exchangemarketplace.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "html\/iframe.html"
    ]
}