Biz Screener

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

What is Biz Screener?

Biz Screener is a Chrome extension developed by Biz Screener, and its main feature is "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Biz Screener Extension CRX File

Download Biz Screener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Biz Screener Biz Screener
ID jlcppallmcemnmgbnbhliokacgfgoagp
Official URL https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp
Description The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
File Size 313 KB
Installation Count 56
Current Version 2.1
Last Updated 2022-01-07
Publish Date 2021-09-06
Developer Biz Screener
Email [email protected]
Payment Type free
Extension Website https://bizscreener.com
Help Page URL https://bizscreener.com/contact
Privacy Policy Page URL https://bizscreener.com/privacy
Supported Languages 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"
    ]
}