Intezer Analyze

Intezer Analyze

O que é Intezer Analyze?

Intezer Analyze é uma extensão do Chrome desenvolvida por Intezer, e sua principal característica é "Intezer Analyze".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Intezer Analyze

Baixe arquivos de extensão Intezer Analyze no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Intezer Analyze Intezer Analyze
ID gmfpdlnpcmbgkgankkmajjlpcieppoaf
URL Oficial https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf
Descrição Intezer Analyze
Tamanho do Arquivo 437 KB
Contagem de Instalações 1,298
Versão Atual 0.0.0.5
Última Atualização 2023-05-01
Data de Publicação 2020-10-08
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Intezer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.intezer.com/intezer-analyze/
URL da Página de Política de Privacidade https://analyze.intezer.com/privacy_policy.html
Idiomas Suportados 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
}