Secure All Your Sites with Free SSL

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

Wat is Secure All Your Sites with Free SSL?

Secure All Your Sites with Free SSL is een Chrome-extensie ontwikkeld door https://crowley.link, en de belangrijkste functie is "We show you in this course how to secure all of your domains with SSL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Secure All Your Sites with Free SSL

Download Secure All Your Sites with Free SSL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Secure All Your Sites with Free SSL Secure All Your Sites with Free SSL
ID mmhfnbicdljbniliflalldakccclgnfd
Officiële URL https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd
Beschrijving We show you in this course how to secure all of your domains with SSL.
Bestandsgrootte 78.15 KB
Aantal Installaties 285
Huidige Versie 0.2.1
Laatst Bijgewerkt 2021-12-07
Publicatiedatum 2017-08-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://crowley.link
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://crowley.link/legal
Ondersteunde Talen 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
}