Life360 Chrome Extension

Use Life360 from anywhere!

什麼是Life360 Chrome Extension?

Life360 Chrome Extension是由wafflestealer654開發的Chrome擴展程式,該擴展的主要功能是“Use Life360 from anywhere!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Life360 Chrome Extension Life360 Chrome Extension
ID jichgcgekbdkihjfmpfpjekhlecljbld
官方網址 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
電子郵箱 [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\/*"
    ]
}