Secure All Your Sites with Free SSL
We show you in this course how to secure all of your domains with SSL.
Qu'est-ce que Secure All Your Sites with Free SSL ?
Secure All Your Sites with Free SSL est une extension Chrome développée par https://crowley.link, et sa fonction principale est "We show you in this course how to secure all of your domains with SSL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Secure All Your Sites with Free SSL
Téléchargez les fichiers d'extension Secure All Your Sites with Free SSL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | mmhfnbicdljbniliflalldakccclgnfd |
URL Officiel | https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd |
Description | We show you in this course how to secure all of your domains with SSL. |
Taille du Fichier | 78.15 KB |
Nombre d'Installations | 285 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2021-12-07 |
Date de Publication | 2017-08-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://crowley.link |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://crowley.link/legal |
Langues Prises en Charge | 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 } |