Biz Screener

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

Co je Biz Screener?

Biz Screener je rozšíření Chrome vyvinuté Biz Screener, a jeho hlavní funkcí je „The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Biz Screener

Stáhněte si soubory rozšíření Biz Screener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Biz Screener Biz Screener
ID jlcppallmcemnmgbnbhliokacgfgoagp
Oficiální URL https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp
Popis The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Velikost souboru 313 KB
Počet instalací 56
Aktuální Verze 2.1
Poslední Aktualizace 2022-01-07
Datum Vydání 2021-09-06
Vývojář Biz Screener
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bizscreener.com
URL Stránky Nápovědy https://bizscreener.com/contact
URL Stránky Zásad Ochrany Soukromí https://bizscreener.com/privacy
Podporované Jazyky 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"
    ]
}