Secure All Your Sites with Free SSL
We show you in this course how to secure all of your domains with SSL.
Co je Secure All Your Sites with Free SSL?
Secure All Your Sites with Free SSL je rozšíření Chrome vyvinuté https://crowley.link, a jeho hlavní funkcí je „We show you in this course how to secure all of your domains with SSL.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Secure All Your Sites with Free SSL
Stáhněte si soubory rozšíření Secure All Your Sites with Free SSL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | mmhfnbicdljbniliflalldakccclgnfd |
Oficiální URL | https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd |
Popis | We show you in this course how to secure all of your domains with SSL. |
Velikost souboru | 78.15 KB |
Počet instalací | 285 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2021-12-07 |
Datum Vydání | 2017-08-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://crowley.link |
[email protected] | |
Typ Platby | in_app |
URL Stránky Zásad Ochrany Soukromí | https://crowley.link/legal |
Podporované Jazyky | 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 } |