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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } |