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
    }
}