SSL Checker
See all information about current visited website SSL certificate
Co to jest SSL Checker?
SSL Checker to rozszerzenie Chrome opracowane przez mastaleru.rafael, a jego główną funkcją jest „See all information about current visited website SSL certificate”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SSL Checker
Pobierz pliki rozszerzeń SSL Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension is using sslchecker.com to give information about the current active tab SSL certification.
Podstawowe informacje o rozszerzeniu
Nazwa | SSL Checker |
ID | nbanpljakngdndmmekhogfliinegiapb |
Oficjalny URL | https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb |
Opis | See all information about current visited website SSL certificate |
Rozmiar pliku | 87.32 KB |
Liczba instalacji | 6,682 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2018-04-16 |
Data Publikacji | 2018-04-16 |
Ocena | 4.07/5 Łącznie 15 Oceny |
Deweloper | mastaleru.rafael |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://plusprivacy.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL Checker", "description": "See all information about current visited website SSL certificate ", "version": "0.3", "browser_action": { "default_icon": "ssl32.png", "default_popup": "popup.html" }, "icons": { "16": "ssl16.png", "32": "ssl32.png", "48": "ssl48.png", "128": "ssl128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "https:\/\/www.sslchecker.com\/" ] } |