Life360 Chrome Extension
Use Life360 from anywhere!
Τι είναι το Life360 Chrome Extension;
Το Life360 Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wafflestealer654, και η κύρια λειτουργία του είναι "Use Life360 from anywhere!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Life360 Chrome Extension
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } |