Biz Screener

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

Biz Screenerとは何ですか?

Biz ScreenerはBiz Screenerによって開発されたChromeの拡張機能で、その主な機能は「The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Biz Screener拡張機能のCRXファイルをダウンロード

Biz Screener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Biz Screener Biz Screener
ID jlcppallmcemnmgbnbhliokacgfgoagp
公式URL https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp
説明 The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
ファイルサイズ 313 KB
インストール数 56
現在のバージョン 2.1
最終更新日 2022-01-07
公開日 2021-09-06
開発者 Biz Screener
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bizscreener.com
ヘルプページのURL https://bizscreener.com/contact
プライバシーポリシーページのURL https://bizscreener.com/privacy
対応言語 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"
    ]
}