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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}