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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | aolbejncdljnbanhbgdlnfpabahenbmo |
官方網址 | 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\/*" ] } |