Life360 Chrome Extension
Use Life360 from anywhere!
Life360 Chrome Extension란 무엇입니까?
Life360 Chrome Extension은(는) wafflestealer654에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Life360 from anywhere!"입니다.
확장 프로그램 스크린샷
Life360 Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to login and see your family from Chrome itself. Click on the life360 icon in the extensions list, and login with your Life360 email address and password. *We are not associated with Life360 in any way. This extension just fills in the hole created by Life360 not having an extension on the Chrome Web Store. *Your password is not saved anywhere in the browser or on any servers. All data is stored locally in the browser. The password is sent directly to https://www.life360.com/, which is then exchanged for a secure session token.
확장 프로그램 기본 정보
이름 | |
ID | jichgcgekbdkihjfmpfpjekhlecljbld |
공식 URL | https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld |
설명 | Use Life360 from anywhere! |
파일 크기 | 197 KB |
설치 횟수 | 5,422 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-11-23 |
출시 날짜 | 2020-11-23 |
평점 | 2.10/5 총 10 개의 평점 |
개발자 | wafflestealer654 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Life360 Chrome Extension", "description": "Use Life360 from anywhere!", "version": "1.0", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "https:\/\/www.life360.com\/*" ] } |