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 } |