WebintMaster - Researcher
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Qu'est-ce que WebintMaster - Researcher ?
WebintMaster - Researcher est une extension Chrome développée par Webint Master, et sa fonction principale est "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebintMaster - Researcher
Téléchargez les fichiers d'extension WebintMaster - Researcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
URL Officiel | 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… |
Taille du Fichier | 50.43 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-11-22 |
Date de Publication | 2020-08-13 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | Webint Master |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webintmaster.com |
URL de la Page d'Aide | https://webintmaster.com/?_our_tool=market-researcher |
Langues Prises en Charge | 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\/*" ] } |