Intezer Analyze

Intezer Analyze

Co je Intezer Analyze?

Intezer Analyze je rozšíření Chrome vyvinuté Intezer, a jeho hlavní funkcí je „Intezer Analyze“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Intezer Analyze

Stáhněte si soubory rozšíření Intezer Analyze 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í

                        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                    

Základní Informace o Rozšíření

Název Intezer Analyze Intezer Analyze
ID gmfpdlnpcmbgkgankkmajjlpcieppoaf
Oficiální URL https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf
Popis Intezer Analyze
Velikost souboru 437 KB
Počet instalací 1,298
Aktuální Verze 0.0.0.5
Poslední Aktualizace 2023-05-01
Datum Vydání 2020-10-08
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář Intezer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.intezer.com/intezer-analyze/
URL Stránky Zásad Ochrany Soukromí https://analyze.intezer.com/privacy_policy.html
Podporované Jazyky 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
}