Biz Screener

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

O que é Biz Screener?

Biz Screener é uma extensão do Chrome desenvolvida por Biz Screener, e sua principal característica é "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Biz Screener

Baixe arquivos de extensão Biz Screener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Biz Screener Biz Screener
ID jlcppallmcemnmgbnbhliokacgfgoagp
URL Oficial https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp
Descrição The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Tamanho do Arquivo 313 KB
Contagem de Instalações 56
Versão Atual 2.1
Última Atualização 2022-01-07
Data de Publicação 2021-09-06
Desenvolvedor Biz Screener
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bizscreener.com
URL da Página de Ajuda https://bizscreener.com/contact
URL da Página de Política de Privacidade https://bizscreener.com/privacy
Idiomas Suportados 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"
    ]
}