Life360 Chrome Extension
Use Life360 from anywhere!
Life360 Chrome Extensionとは何ですか?
Life360 Chrome Extensionはwafflestealer654によって開発されたChromeの拡張機能で、その主な機能は「Use Life360 from anywhere!」です。
拡張機能のスクリーンショット
Life360 Chrome Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |