SSL Checker
See all information about current visited website SSL certificate
SSL Checker란 무엇입니까?
SSL Checker은(는) mastaleru.rafael에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See all information about current visited website SSL certificate"입니다.
확장 프로그램 스크린샷
SSL Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is using sslchecker.com to give information about the current active tab SSL certification.
확장 프로그램 기본 정보
이름 | SSL Checker |
ID | nbanpljakngdndmmekhogfliinegiapb |
공식 URL | https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb |
설명 | See all information about current visited website SSL certificate |
파일 크기 | 87.32 KB |
설치 횟수 | 6,682 |
현재 버전 | 0.3 |
최근 업데이트 | 2018-04-16 |
출시 날짜 | 2018-04-16 |
평점 | 4.07/5 총 15 개의 평점 |
개발자 | mastaleru.rafael |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://plusprivacy.com/privacy-policy |
지원되는 언어 | 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\/" ] } |