WebintMaster - Cyber Researcher
Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…
Co to jest WebintMaster - Cyber Researcher?
WebintMaster - Cyber Researcher to rozszerzenie Chrome opracowane przez Webint Master, a jego główną funkcją jest „Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebintMaster - Cyber Researcher
Pobierz pliki rozszerzeń WebintMaster - Cyber Researcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to automatically scan various websites, data sources and search engines for threat intelligence, DNS research, Malware analysis and much more. Everything you need to do is mark the name of the URL / IP / Email / Product etc. in your browser, Right-click and select the category you want. The Cyber Researcher will automatically scan for the term in all relevant sources and pop up a new chrome window with all relevant tabs to explore.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdjlaiggablenfpghoneggndibkabonn |
Oficjalny URL | https://chrome.google.com/webstore/detail/webintmaster-cyber-resear/hdjlaiggablenfpghoneggndibkabonn |
Opis | Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to… |
Rozmiar pliku | 56.6 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-11-22 |
Data Publikacji | 2020-08-20 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Webint Master |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://webintmaster.com/ |
Adres URL Strony Pomocy | https://webintmaster.com/our_tools/cyber_researcher/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebintMaster - Cyber Researcher", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "WebintMaster - Cyber Researcher" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "http:\/\/*.webintmaster.com\/*" ] } |