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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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