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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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" ] } |