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.”。
擴展截圖
下載Biz Screener擴展crx文件
下載Biz Screener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Show Biz Screener health grades on startup marketplaces including Micro Acquire, Flippa, Empire Flippers, and Shopify Exchange.
擴展基本資訊
名稱 | |
ID | jlcppallmcemnmgbnbhliokacgfgoagp |
官方網址 | 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" ] } |