Secure All Your Sites with Free SSL
We show you in this course how to secure all of your domains with SSL.
Apa itu Secure All Your Sites with Free SSL?
Secure All Your Sites with Free SSL adalah ekstensi Chrome yang dikembangkan oleh https://crowley.link, dan fitur utamanya adalah "We show you in this course how to secure all of your domains with SSL.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Secure All Your Sites with Free SSL
Unduh file ekstensi Secure All Your Sites with Free SSL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | mmhfnbicdljbniliflalldakccclgnfd |
URL Resmi | https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd |
Deskripsi | We show you in this course how to secure all of your domains with SSL. |
Ukuran File | 78.15 KB |
Jumlah Instalasi | 285 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2021-12-07 |
Tanggal Publikasi | 2017-08-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://crowley.link |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Kebijakan Privasi | https://crowley.link/legal |
Bahasa yang Didukung | 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 } |