Life360 Chrome Extension
Use Life360 from anywhere!
什么是Life360 Chrome Extension?
Life360 Chrome Extension是由wafflestealer654开发的Chrome扩展程序,该扩展的主要功能是“Use Life360 from anywhere!”。
扩展截图
下载Life360 Chrome Extension扩展crx文件
下载Life360 Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |