Life360 Chrome Extension
Use Life360 from anywhere!
Qu'est-ce que Life360 Chrome Extension ?
Life360 Chrome Extension est une extension Chrome développée par wafflestealer654, et sa fonction principale est "Use Life360 from anywhere!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Life360 Chrome Extension
Téléchargez les fichiers d'extension Life360 Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jichgcgekbdkihjfmpfpjekhlecljbld |
URL Officiel | https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld |
Description | Use Life360 from anywhere! |
Taille du Fichier | 197 KB |
Nombre d'Installations | 5,422 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-23 |
Date de Publication | 2020-11-23 |
Évaluation | 2.10/5 Total 10 Évaluations |
Développeur | wafflestealer654 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |