Alpha Checker
A security scanner that scans the domain and server for vulnerabilities.
Co to jest Alpha Checker?
Alpha Checker to rozszerzenie Chrome opracowane przez Aswin Venkat, a jego główną funkcją jest „A security scanner that scans the domain and server for vulnerabilities.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alpha Checker
Pobierz pliki rozszerzeń Alpha Checker 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
This chrome app is a security tool to find
1. vulnerable plugins
2. ssl certificate validity
3. All urls of the site
and provides a overall score for security. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cbmgngecbekanieopkicfffoleecgffo |
| Oficjalny URL | https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo |
| Opis | A security scanner that scans the domain and server for vulnerabilities. |
| Rozmiar pliku | 4.75 MB |
| Liczba instalacji | 28 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-01-03 |
| Data Publikacji | 2021-01-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Aswin Venkat |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Alpha Checker",
"version": "1.0",
"description": "A security scanner that scans the domain and server for vulnerabilities.",
"manifest_version": 2,
"icons": {
"128": "assets\/qr-code-scan_128x128.png"
},
"browser_action": {
"default_icon": "assets\/qr-code-scan.png",
"default_popup": "index.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |