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 क्या है?

WebintMaster - Cyber Researcher Webint Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebintMaster - Cyber Researcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WebintMaster - Cyber Researcher WebintMaster - Cyber Researcher
ID hdjlaiggablenfpghoneggndibkabonn
आधिकारिक URL https://chrome.google.com/webstore/detail/webintmaster-cyber-resear/hdjlaiggablenfpghoneggndibkabonn
विवरण Start your Cyber Investigation with one click! WebintMaster’s Cyber Researcher chrome-extension makes it easy for you to…
फ़ाइल का आकार 56.6 KB
स्थापना संख्या 80
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-11-22
प्रकाशन तिथि 2020-08-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Webint Master
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webintmaster.com/
सहायता पृष्ठ URL https://webintmaster.com/our_tools/cyber_researcher/
समर्थित भाषाएँ 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\/*"
    ]
}