Biz Screener
The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Apa itu Biz Screener?
Biz Screener adalah ekstensi Chrome yang dikembangkan oleh Biz Screener, dan fitur utamanya adalah "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Biz Screener
Unduh file ekstensi Biz Screener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Show Biz Screener health grades on startup marketplaces including Micro Acquire, Flippa, Empire Flippers, and Shopify Exchange.
Informasi Dasar Ekstensi
Nama | |
ID | jlcppallmcemnmgbnbhliokacgfgoagp |
URL Resmi | https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp |
Deskripsi | The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces. |
Ukuran File | 313 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2022-01-07 |
Tanggal Publikasi | 2021-09-06 |
Pengembang | Biz Screener |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bizscreener.com |
URL Halaman Bantuan | https://bizscreener.com/contact |
URL Halaman Kebijakan Privasi | https://bizscreener.com/privacy |
Bahasa yang Didukung | 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" ] } |