SSL Checker

See all information about current visited website SSL certificate

O que é SSL Checker?

SSL Checker é uma extensão do Chrome desenvolvida por mastaleru.rafael, e sua principal característica é "See all information about current visited website SSL certificate".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SSL Checker

Baixe arquivos de extensão SSL Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension is using sslchecker.com to give information about the current active tab SSL certification.                    

Informações Básicas da Extensão

Nome SSL Checker SSL Checker
ID nbanpljakngdndmmekhogfliinegiapb
URL Oficial https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb
Descrição See all information about current visited website SSL certificate
Tamanho do Arquivo 87.32 KB
Contagem de Instalações 6,682
Versão Atual 0.3
Última Atualização 2018-04-16
Data de Publicação 2018-04-16
Classificação 4.07/5 Total de 15 Avaliações
Desenvolvedor mastaleru.rafael
Tipo de Pagamento free
URL da Página de Política de Privacidade https://plusprivacy.com/privacy-policy
Idiomas Suportados 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\/"
    ]
}