Life360 Chrome Extension
Use Life360 from anywhere!
Life360 Chrome Extension là gì?
Life360 Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi wafflestealer654, và tính năng chính của nó là "Use Life360 from anywhere!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Life360 Chrome Extension
Tải xuống các tệp mở rộng Life360 Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jichgcgekbdkihjfmpfpjekhlecljbld |
URL Chính Thức | https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld |
Mô tả | Use Life360 from anywhere! |
Kích Thước Tệp | 197 KB |
Số Lần Cài Đặt | 5,422 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-23 |
Ngày Phát Hành | 2020-11-23 |
Đánh Giá | 2.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | wafflestealer654 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |