Biz Screener
The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces.
Biz Screener क्या है?
Biz Screener Biz Screener द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Biz Screener extension lets you quickly see health metrics on the most popular startup marketplaces."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Biz Screener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |