Secure All Your Sites with Free SSL
We show you in this course how to secure all of your domains with SSL.
Hvad er Secure All Your Sites with Free SSL?
Secure All Your Sites with Free SSL er en Chrome-udvidelse udviklet af https://crowley.link, og dens hovedfunktion er "We show you in this course how to secure all of your domains with SSL.".
Udvidelsesskærmbilleder
Download Secure All Your Sites with Free SSL-udvidelses-CRX-fil
Download Secure All Your Sites with Free SSL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mmhfnbicdljbniliflalldakccclgnfd |
Officiel URL | https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd |
Beskrivelse | We show you in this course how to secure all of your domains with SSL. |
Filstørrelse | 78.15 KB |
Antal Installationer | 285 |
Nuværende Version | 0.2.1 |
Senest Opdateret | 2021-12-07 |
Udgivelsesdato | 2017-08-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://crowley.link |
[email protected] | |
Betalingsmetode | in_app |
URL til Fortrolighedspolitik Side | https://crowley.link/legal |
Understøttede Sprog | 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 } |