Leaser MagiConnect
Connect to your service without using the password.
Leaser MagiConnect란 무엇입니까?
Leaser MagiConnect은(는) https://leaser.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect to your service without using the password."입니다.
확장 프로그램 스크린샷
Leaser MagiConnect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Leaser MagiConnect is a part of Leaser ecosystem. With this extension, user can log on to their purchased service without knowing the credentials of the service. The sole purpose of this extension to make the user experience as smooth as possible.
확장 프로그램 기본 정보
이름 | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
공식 URL | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
설명 | Connect to your service without using the password. |
파일 크기 | 2.7 MB |
설치 횟수 | 31 |
현재 버전 | 1.7 |
최근 업데이트 | 2021-11-25 |
출시 날짜 | 2021-10-26 |
개발자 | https://leaser.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.leaser.in/ |
도움말 페이지 URL | https://leaser.in/about_us |
개인정보 보호 정책 페이지 URL | https://leaser.in/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leaser MagiConnect", "description": "Connect to your service without using the password.", "short_name": "Leaser MagiConnect", "version": "1.7", "icons": { "512": "icons\/logo.png" }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "popup\/index.html" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "popup\/index.html" ], "content_security_policy": "default-src 'self' https:\/\/api.leaser.in; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:" } |