WebintMaster - Researcher

Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…

O que é WebintMaster - Researcher?

WebintMaster - Researcher é uma extensão do Chrome desenvolvida por Webint Master, e sua principal característica é "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WebintMaster - Researcher

Baixe arquivos de extensão WebintMaster - Researcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WebintMaster - Researcher WebintMaster - Researcher
ID aolbejncdljnbanhbgdlnfpabahenbmo
URL Oficial https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo
Descrição Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Tamanho do Arquivo 50.43 KB
Contagem de Instalações 186
Versão Atual 1.1
Última Atualização 2020-11-22
Data de Publicação 2020-08-13
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Webint Master
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webintmaster.com
URL da Página de Ajuda https://webintmaster.com/?_our_tool=market-researcher
Idiomas Suportados 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\/*"
    ]
}