Biz Screener

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

Biz Screenerคืออะไร?

Biz Screener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Biz Screener และคุณลักษณะหลักของมันคือ "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Biz Screener

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}