Life360 Chrome Extension
Use Life360 from anywhere!
Co je Life360 Chrome Extension?
Life360 Chrome Extension je rozšíření Chrome vyvinuté wafflestealer654, a jeho hlavní funkcí je „Use Life360 from anywhere!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Life360 Chrome Extension
Stáhněte si soubory rozšíření Life360 Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jichgcgekbdkihjfmpfpjekhlecljbld |
Oficiální URL | https://chromewebstore.google.com/detail/life360-chrome-extension/jichgcgekbdkihjfmpfpjekhlecljbld |
Popis | Use Life360 from anywhere! |
Velikost souboru | 197 KB |
Počet instalací | 5,422 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-11-23 |
Datum Vydání | 2020-11-23 |
Hodnocení | 2.10/5 Celkem 10 Hodnocení |
Vývojář | wafflestealer654 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |