WebintMaster - Researcher

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

Co to jest WebintMaster - Researcher?

WebintMaster - Researcher to rozszerzenie Chrome opracowane przez Webint Master, a jego główną funkcją jest „Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WebintMaster - Researcher

Pobierz pliki rozszerzeń WebintMaster - Researcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WebintMaster - Researcher WebintMaster - Researcher
ID aolbejncdljnbanhbgdlnfpabahenbmo
Oficjalny URL https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo
Opis Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Rozmiar pliku 50.43 KB
Liczba instalacji 186
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-11-22
Data Publikacji 2020-08-13
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper Webint Master
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://webintmaster.com
Adres URL Strony Pomocy https://webintmaster.com/?_our_tool=market-researcher
Obsługiwane Języki 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\/*"
    ]
}