WebintMaster - Researcher

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

WebintMaster - Researcherとは何ですか?

WebintMaster - ResearcherはWebint Masterによって開発されたChromeの拡張機能で、その主な機能は「Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

WebintMaster - Researcher拡張機能のCRXファイルをダウンロード

WebintMaster - Researcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WebintMaster - Researcher WebintMaster - Researcher
ID aolbejncdljnbanhbgdlnfpabahenbmo
公式URL https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo
説明 Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
ファイルサイズ 50.43 KB
インストール数 186
現在のバージョン 1.1
最終更新日 2020-11-22
公開日 2020-08-13
評価 4.86/5 合計 7 レビュー
開発者 Webint Master
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://webintmaster.com
ヘルプページのURL https://webintmaster.com/?_our_tool=market-researcher
対応言語 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\/*"
    ]
}