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 |
官方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\/*" ] } |