SSL Checker

See all information about current visited website SSL certificate

Cos'è SSL Checker?

SSL Checker è un'estensione di Chrome sviluppata da mastaleru.rafael, e la sua funzione principale è "See all information about current visited website SSL certificate".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SSL Checker

Scarica i file di estensione SSL 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 extension is using sslchecker.com to give information about the current active tab SSL certification.                    

Informazioni di Base sull'Estensione

Nome SSL Checker SSL Checker
ID nbanpljakngdndmmekhogfliinegiapb
URL Ufficiale https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb
Descrizione See all information about current visited website SSL certificate
Dimensione del File 87.32 KB
Conteggio Installazioni 6,682
Versione Corrente 0.3
Ultimo Aggiornamento 2018-04-16
Data di Pubblicazione 2018-04-16
Valutazione 4.07/5 Totale 15 Valutazioni
Sviluppatore mastaleru.rafael
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://plusprivacy.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Checker",
    "description": "See all information about current visited website SSL certificate ",
    "version": "0.3",
    "browser_action": {
        "default_icon": "ssl32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ssl16.png",
        "32": "ssl32.png",
        "48": "ssl48.png",
        "128": "ssl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslchecker.com\/"
    ]
}