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…".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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\/*" ] } |