Analyzer

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

Analyzer là gì?

Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://www.ericom.com, và tính năng chính của nó là "Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Analyzer

Tải xuống các tệp mở rộng Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
URL Chính Thức https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Mô tả Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-18
Ngày Phát Hành 2020-05-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.ericom.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}