WebintMaster - Researcher

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

WebintMaster - Researcherคืออะไร?

WebintMaster - Researcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webint Master และคุณลักษณะหลักของมันคือ "Automatically scan various websites, data sources & search engines in one click! WebintMaster’s Market Researcher…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebintMaster - Researcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}