Analyzer

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

Co to jest Analyzer?

Analyzer to rozszerzenie Chrome opracowane przez https://www.ericom.com, a jego główną funkcją jest „Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Analyzer

Pobierz pliki rozszerzeń Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Analyzer Analyzer
ID bmbhpmmhjkbmcachipmccnlcemaoiiji
Oficjalny URL https://chromewebstore.google.com/detail/analyzer/bmbhpmmhjkbmcachipmccnlcemaoiiji
Opis Over 40% of breaches are initiated via web browsers, making browsing a top threat vector for enterprises. This tool helps users…
Rozmiar pliku 167 KB
Liczba instalacji 325
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-05-18
Data Publikacji 2020-05-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.ericom.com
Typ Płatności free
Obsługiwane Języki 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
    }
}