Biz Screener
The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Co to jest Biz Screener?
Biz Screener to rozszerzenie Chrome opracowane przez Biz Screener, a jego główną funkcją jest „The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Biz Screener
Pobierz pliki rozszerzeń Biz Screener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Show Biz Screener health grades on startup marketplaces including Micro Acquire, Flippa, Empire Flippers, and Shopify Exchange.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jlcppallmcemnmgbnbhliokacgfgoagp |
Oficjalny URL | https://chromewebstore.google.com/detail/biz-screener/jlcppallmcemnmgbnbhliokacgfgoagp |
Opis | The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces. |
Rozmiar pliku | 313 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2022-01-07 |
Data Publikacji | 2021-09-06 |
Deweloper | Biz Screener |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bizscreener.com |
Adres URL Strony Pomocy | https://bizscreener.com/contact |
Adres URL Strony Polityki Prywatności | https://bizscreener.com/privacy |
Obsługiwane Języki | 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" ] } |