Life360 Chrome Extension
Use Life360 from anywhere!
Wat is Life360 Chrome Extension?
Life360 Chrome Extension is een Chrome-extensie ontwikkeld door wafflestealer654, en de belangrijkste functie is "Use Life360 from anywhere!".
Extensie Screenshots
Download het CRX-bestand van de extensie Life360 Chrome Extension
Download Life360 Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jichgcgekbdkihjfmpfpjekhlecljbld |
Officiële URL | https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld |
Beschrijving | Use Life360 from anywhere! |
Bestandsgrootte | 197 KB |
Aantal Installaties | 5,422 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-23 |
Publicatiedatum | 2020-11-23 |
Beoordeling | 2.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | wafflestealer654 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |