WebintMaster - Researcher
Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Cos'è WebintMaster - Researcher?
WebintMaster - Researcher è un'estensione di Chrome sviluppata da Webint Master, e la sua funzione principale è "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebintMaster - Researcher
Scarica i file di estensione WebintMaster - Researcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
URL Ufficiale | https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo |
Descrizione | Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher… |
Dimensione del File | 50.43 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-11-22 |
Data di Pubblicazione | 2020-08-13 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | Webint Master |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webintmaster.com |
URL della Pagina di Aiuto | https://webintmaster.com/?_our_tool=market-researcher |
Lingue Supportate | 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\/*" ] } |