Analyzer

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

Cos'è Analyzer?

Analyzer è un'estensione di Chrome sviluppata da https://www.ericom.com, e la sua funzione principale è "Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Analyzer

Scarica i file di estensione Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
URL Ufficiale https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Descrizione Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
Dimensione del File 167 KB
Conteggio Installazioni 325
Versione Corrente 1.0
Ultimo Aggiornamento 2020-05-18
Data di Pubblicazione 2020-05-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.ericom.com
Tipo di Pagamento free
Lingue Supportate 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
    }
}