Life360 Chrome Extension

Use Life360 from anywhere!

¿Qué es Life360 Chrome Extension?

Life360 Chrome Extension es una extensión de Chrome desarrollada por wafflestealer654, y su función principal es "Use Life360 from anywhere!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Life360 Chrome Extension

Descarga archivos de extensión Life360 Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Life360 Chrome Extension Life360 Chrome Extension
ID jichgcgekbdkihjfmpfpjekhlecljbld
URL Oficial https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld
Descripción Use Life360 from anywhere!
Tamaño del Archivo 197 KB
Cantidad de Instalaciones 5,422
Versión Actual 1.0
Última Actualización 2020-11-23
Fecha de Publicación 2020-11-23
Calificación 2.10/5 Total de 10 Calificaciones
Desarrollador wafflestealer654
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}