WebintMaster - Researcher

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

Apa itu WebintMaster - Researcher?

WebintMaster - Researcher adalah ekstensi Chrome yang dikembangkan oleh Webint Master, dan fitur utamanya adalah "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WebintMaster - Researcher

Unduh file ekstensi WebintMaster - Researcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WebintMaster - Researcher WebintMaster - Researcher
ID aolbejncdljnbanhbgdlnfpabahenbmo
URL Resmi https://chrome.google.com/webstore/detail/webintmaster-researcher/aolbejncdljnbanhbgdlnfpabahenbmo
Deskripsi Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…
Ukuran File 50.43 KB
Jumlah Instalasi 186
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-11-22
Tanggal Publikasi 2020-08-13
Penilaian 4.86/5 Total 7 Penilaian
Pengembang Webint Master
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webintmaster.com
URL Halaman Bantuan https://webintmaster.com/?_our_tool=market-researcher
Bahasa yang Didukung 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\/*"
    ]
}