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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We show you in this course how to secure all of your domains with SSL."입니다.
확장 프로그램 스크린샷
Secure All Your Sites with Free SSL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |