Secure All Your Sites with Free SSL

We show you in this course how to secure all of your domains with SSL.

O que é Secure All Your Sites with Free SSL?

Secure All Your Sites with Free SSL é uma extensão do Chrome desenvolvida por https://crowley.link, e sua principal característica é "We show you in this course how to secure all of your domains with SSL.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Secure All Your Sites with Free SSL

Baixe arquivos de extensão Secure All Your Sites with Free SSL 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 helps you secure all of your sites(domains) with SSL for Free, no more having to pay for a SSL Certificate.  Works with shared hosting sites as well, no need for dedicated IP Address!                    

Informações Básicas da Extensão

Nome Secure All Your Sites with Free SSL Secure All Your Sites with Free SSL
ID mmhfnbicdljbniliflalldakccclgnfd
URL Oficial https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd
Descrição We show you in this course how to secure all of your domains with SSL.
Tamanho do Arquivo 78.15 KB
Contagem de Instalações 285
Versão Atual 0.2.1
Última Atualização 2021-12-07
Data de Publicação 2017-08-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://crowley.link
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://crowley.link/legal
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure All Your Sites with Free SSL",
    "version": "0.2.1",
    "description": "We show you in this course how to secure all of your domains with SSL.",
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3
}