Intezer Analyze

Intezer Analyze

Intezer Analyze क्या है?

Intezer Analyze Intezer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Intezer Analyze"।

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

screenshot
screenshot

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

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

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

                        The Intezer Analyze Chrome Extension now comes with even more features to help you stay safe.
With the Genetic Software Mapping technology of Intezer Analyze, you can quickly analyze file hashes and URLs for potential cyber threats.
Intezer Analyze offers insight into the What, Who, & How of a potential cyber incident by identifying even the smallest pieces of code reuse. With our Chrome Extension, you can easily analyze a file and check the safety of a URL with just a few clicks.

For more information on our terms of service, please visit: https://analyze.intezer.com/enterprise_terms_of_use.html

To learn more about our privacy policy, please visit: https://analyze.intezer.com/privacy_policy.html                    

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

नाम Intezer Analyze Intezer Analyze
ID gmfpdlnpcmbgkgankkmajjlpcieppoaf
आधिकारिक URL https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf
विवरण Intezer Analyze
फ़ाइल का आकार 437 KB
स्थापना संख्या 1,298
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2023-05-01
प्रकाशन तिथि 2020-10-08
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर Intezer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.intezer.com/intezer-analyze/
गोपनीयता नीति पृष्ठ URL https://analyze.intezer.com/privacy_policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intezer Analyze",
    "version": "0.0.0.5",
    "description": "Intezer Analyze",
    "permissions": [
        "contextMenus",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/analyze.intezer.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Intezer Analyze",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 3
}