Analyzer

Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…

O que é Analyzer?

Analyzer é uma extensão do Chrome desenvolvida por https://www.ericom.com, e sua principal característica é "Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Analyzer

Baixe arquivos de extensão Analyzer 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

                        Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. 
This tool helps users understand the complexity and risk inherent in modern web pages. It counts and displays the list of domains, images, JavaScript and other components of any visited webpage. It is very surprising to see how many JavaScript and domain references are contained and linked in even a simple webpage.
This tool does not change or alter the page in any way - it is just an analyzer.                    

Informações Básicas da Extensão

Nome Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
URL Oficial https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Descrição Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
Tamanho do Arquivo 167 KB
Contagem de Instalações 325
Versão Atual 1.0
Última Atualização 2020-05-18
Data de Publicação 2020-05-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.ericom.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Analyzer",
    "version": "1.0",
    "permissions": [
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "presistent": true
    }
}