SSL Grade
This Extension Uses the SSLLabs SSL Test to Show a Security Rating of the SSL connection You Are Using
SSL Grade क्या है?
SSL Grade wolff0815 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension Uses the SSLLabs SSL Test to Show a Security Rating of the SSL connection You Are Using"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SSL Grade एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# SSL Grade (Chrome Extension) ## About This Extension shows the Quality of the SSL Conection of the Current website. this extension downloads the Quality Rating from SSLLabs.com. and displays an icon matching the rating in the adress bar. this makes it easyly to discover SSL problems on the sites your visiting. ## Privacy This extension itself does not Collect Any Data. But it is querying an third party Service: `https://api.ssllabs.com/api/v2/analyze?host=` therefor it is possible that ssllabs.com is learning which Domains you are visiting. ## new in version 1.1.1 this is a bugfix release, it fixes a bug where http urls did not resulted in an sslscan when clicking the "No" icon. this is fixed by correctly initiating the scan. ## TODOs: * Handling of Domains Where no Result is in Cache. * configurtation Options: * Do Not query Automatically * Clear Result Cache * Cache Results for Hours * Better Icons? ## Sourcecode the Project page of this extension could be found at github: https://github.com/wolffc/sslgrade-chrome ## Feedback any feedback is very welcome
एक्सटेंशन की मूल जानकारी
नाम | SSL Grade |
ID | mnebjincbemnakfbiefcipmbjijgaimp |
आधिकारिक URL | https://chromewebstore.google.com/detail/ssl-grade/mnebjincbemnakfbiefcipmbjijgaimp |
विवरण | This Extension Uses the SSLLabs SSL Test to Show a Security Rating of the SSL connection You Are Using |
फ़ाइल का आकार | 56.41 KB |
स्थापना संख्या | 1,501 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2019-10-22 |
प्रकाशन तिथि | 2019-10-21 |
रेटिंग | 3.86/5 कुल 14 रेटिंग्स |
डेवलपर | wolff0815 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/wolffc/sslgrade-chrome |
सहायता पृष्ठ URL | https://github.com/wolffc/sslgrade-chrome/wiki |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL Grade", "description": "This Extension Uses the SSLLabs SSL Test to Show a Security Rating of the SSL connection You Are Using", "version": "1.1.1", "page_action": { "default_icon": "icons\/no.png", "default_title": "SSL Grade" }, "background": { "scripts": [ "jquery.js", "main.js" ] }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "https:\/\/api.ssllabs.com\/" ] } |