Analyzer

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

什么是Analyzer?

Analyzer是由https://www.ericom.com开发的Chrome扩展程序,该扩展的主要功能是“Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…”。

扩展截图

screenshot

下载Analyzer扩展crx文件

下载Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
官方URL https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
简介 Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
文件大小 167 KB
安装次数 325
当前版本 1.0
更新时间 2020-05-18
上架时间 2020-05-17
评分 5.00/5 共2次评分
开发者 https://www.ericom.com
付费类型 free
支持的语言 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
    }
}