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
官方網址 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
    }
}