WebintMaster - Researcher
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
WebintMaster - Researcher क्या है?
WebintMaster - Researcher Webint Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebintMaster - Researcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher chrome-extension makes it easy for you to automatically scan various websites, data sources and search engines that have been curated by us over the years. Everything you need to do is mark the name of the Company / Person / Topic / Domain etc. in your browser, Right-click and select the category you want. The Researcher will automatically scan for the term in all relevant sources and pop up a new chrome window with all relevant tabs to explore.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo |
विवरण | Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher… |
फ़ाइल का आकार | 50.43 KB |
स्थापना संख्या | 186 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-11-22 |
प्रकाशन तिथि | 2020-08-13 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | Webint Master |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://webintmaster.com |
सहायता पृष्ठ URL | https://webintmaster.com/?_our_tool=market-researcher |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebintMaster - Researcher", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "WebintMaster - Researcher" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "http:\/\/*.webintmaster.com\/*" ] } |