Analyzer

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

Wat is Analyzer?

Analyzer is een Chrome-extensie ontwikkeld door https://www.ericom.com, en de belangrijkste functie is "Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Analyzer

Download Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
Officiële URL https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Beschrijving Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
Bestandsgrootte 167 KB
Aantal Installaties 325
Huidige Versie 1.0
Laatst Bijgewerkt 2020-05-18
Publicatiedatum 2020-05-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.ericom.com
Betalingswijze free
Ondersteunde Talen 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
    }
}