WebintMaster - Researcher
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
What is WebintMaster - Researcher?
WebintMaster - Researcher is a Chrome extension developed by Webint Master, and its main feature is "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".
Extension Screenshots
Download WebintMaster - Researcher Extension CRX File
Download WebintMaster - Researcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
Official URL | https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo |
Description | Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher… |
File Size | 50.43 KB |
Installation Count | 186 |
Current Version | 1.1 |
Last Updated | 2020-11-22 |
Publish Date | 2020-08-13 |
Rating | 4.86/5 Total 7 Ratings |
Developer | Webint Master |
[email protected] | |
Payment Type | free |
Extension Website | https://webintmaster.com |
Help Page URL | https://webintmaster.com/?_our_tool=market-researcher |
Supported Languages | 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\/*" ] } |