WebintMaster - Researcher

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

Co je WebintMaster - Researcher?

WebintMaster - Researcher je rozšíření Chrome vyvinuté Webint Master, a jeho hlavní funkcí je „Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WebintMaster - Researcher

Stáhněte si soubory rozšíření WebintMaster - Researcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WebintMaster - Researcher WebintMaster - Researcher
ID aolbejncdljnbanhbgdlnfpabahenbmo
Oficiální URL https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo
Popis Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Velikost souboru 50.43 KB
Počet instalací 186
Aktuální Verze 1.1
Poslední Aktualizace 2020-11-22
Datum Vydání 2020-08-13
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář Webint Master
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://webintmaster.com
URL Stránky Nápovědy https://webintmaster.com/?_our_tool=market-researcher
Podporované Jazyky 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\/*"
    ]
}