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 |
官方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" ] } |