WebintMaster - Researcher
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
¿Qué es WebintMaster - Researcher?
WebintMaster - Researcher es una extensión de Chrome desarrollada por Webint Master, y su función principal es "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WebintMaster - Researcher
Descarga archivos de extensión WebintMaster - Researcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
URL Oficial | https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo |
Descripción | Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher… |
Tamaño del Archivo | 50.43 KB |
Cantidad de Instalaciones | 186 |
Versión Actual | 1.1 |
Última Actualización | 2020-11-22 |
Fecha de Publicación | 2020-08-13 |
Calificación | 4.86/5 Total de 7 Calificaciones |
Desarrollador | Webint Master |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://webintmaster.com |
URL de la Página de Ayuda | https://webintmaster.com/?_our_tool=market-researcher |
Idiomas Soportados | 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\/*" ] } |