Alpha Checker

A security scanner that scans the domain and server for vulnerabilities.

Co je Alpha Checker?

Alpha Checker je rozšíření Chrome vyvinuté Aswin Venkat, a jeho hlavní funkcí je „A security scanner that scans the domain and server for vulnerabilities.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alpha Checker

Stáhněte si soubory rozšíření Alpha Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Alpha Checker Alpha Checker
ID cbmgngecbekanieopkicfffoleecgffo
Oficiální URL https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo
Popis A security scanner that scans the domain and server for vulnerabilities.
Velikost souboru 4.75 MB
Počet instalací 28
Aktuální Verze 1.0
Poslední Aktualizace 2021-01-03
Datum Vydání 2021-01-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Aswin Venkat
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}