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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |