Analyzer

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

What is Analyzer?

Analyzer is a Chrome extension developed by https://www.ericom.com, and its main feature is "Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…".

Extension Screenshots

screenshot

Download Analyzer Extension CRX File

Download Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
Official URL https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Description Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
File Size 167 KB
Installation Count 325
Current Version 1.0
Last Updated 2020-05-18
Publish Date 2020-05-17
Rating 5.00/5 Total 2 Ratings
Developer https://www.ericom.com
Payment Type free
Supported Languages 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
    }
}