Life360 Chrome Extension
Use Life360 from anywhere!
Life360 Chrome Extensionคืออะไร?
Life360 Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wafflestealer654 และคุณลักษณะหลักของมันคือ "Use Life360 from anywhere!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Life360 Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |