Secure All Your Sites with Free SSL
We show you in this course how to secure all of your domains with SSL.
Secure All Your Sites with Free SSLคืออะไร?
Secure All Your Sites with Free SSL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crowley.link และคุณลักษณะหลักของมันคือ "We show you in this course how to secure all of your domains with SSL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secure All Your Sites with Free SSL
ดาวน์โหลดไฟล์ส่วนขยาย Secure All Your Sites with Free SSL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmhfnbicdljbniliflalldakccclgnfd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd |
คำอธิบาย | We show you in this course how to secure all of your domains with SSL. |
ขนาดไฟล์ | 78.15 KB |
จำนวนการติดตั้ง | 285 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2021-12-07 |
วันที่เผยแพร่ | 2017-08-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://crowley.link |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | https://crowley.link/legal |
ภาษาที่รองรับ | 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 } |