WebintMaster - Cyber Researcher
Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…
Co je WebintMaster - Cyber Researcher?
WebintMaster - Cyber Researcher je rozšíření Chrome vyvinuté Webint Master, a jeho hlavní funkcí je „Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WebintMaster - Cyber Researcher
Stáhněte si soubory rozšíření WebintMaster - Cyber Researcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hdjlaiggablenfpghoneggndibkabonn |
Oficiální URL | https://chrome.google.com/webstore/detail/webintmaster-cyber-resear/hdjlaiggablenfpghoneggndibkabonn |
Popis | Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to… |
Velikost souboru | 56.6 KB |
Počet instalací | 80 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-11-22 |
Datum Vydání | 2020-08-20 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Webint Master |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://webintmaster.com/ |
URL Stránky Nápovědy | https://webintmaster.com/our_tools/cyber_researcher/ |
Podporované Jazyky | 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\/*" ] } |