WebintMaster - Cyber Researcher

Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…

WebintMaster - Cyber Researcher là gì?

WebintMaster - Cyber Researcher là một tiện ích mở rộng Chrome được phát triển bởi Webint Master, và tính năng chính của nó là "Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebintMaster - Cyber Researcher

Tải xuống các tệp mở rộng WebintMaster - Cyber Researcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebintMaster - Cyber Researcher WebintMaster - Cyber Researcher
ID hdjlaiggablenfpghoneggndibkabonn
URL Chính Thức https://chrome.google.com/webstore/detail/webintmaster-cyber-resear/hdjlaiggablenfpghoneggndibkabonn
Mô tả Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…
Kích Thước Tệp 56.6 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-22
Ngày Phát Hành 2020-08-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Webint Master
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webintmaster.com/
URL Trang Trợ Giúp https://webintmaster.com/our_tools/cyber_researcher/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}