Alpha Checker

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

Cos'è Alpha Checker?

Alpha Checker è un'estensione di Chrome sviluppata da Aswin Venkat, e la sua funzione principale è "A security scanner that scans the domain and server for vulnerabilities.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Alpha Checker

Scarica i file di estensione Alpha Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Alpha Checker Alpha Checker
ID cbmgngecbekanieopkicfffoleecgffo
URL Ufficiale https://chromewebstore.google.com/detail/alpha-checker/cbmgngecbekanieopkicfffoleecgffo
Descrizione A security scanner that scans the domain and server for vulnerabilities.
Dimensione del File 4.75 MB
Conteggio Installazioni 28
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-03
Data di Pubblicazione 2021-01-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Aswin Venkat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}