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 https://crowley.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We show you in this course how to secure all of your domains with SSL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Secure All Your Sites with Free SSL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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 } |