Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Τι είναι το Location Notifications - GPlus Provider;
Το Location Notifications - GPlus Provider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sammiruan13, και η κύρια λειτουργία του είναι "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Λήψη αρχείου CRX της επέκτασης Location Notifications - GPlus Provider
Λήψη αρχείων επέκτασης Location Notifications - GPlus Provider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is no longer functional, please use the new Google Maps location provider Guess what, Google moved location sharing from G+ back to GMaps again (Come on, can we please have some stability already? Location reporting is an infrastructural service, not a fashion business). Anyway please install the new "Google Maps Location Provider" extension: https://chrome.google.com/webstore/detail/location-notifications-ex/aoiaobnnbepbkgepbccipipllpmoegjk
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Επίσημο URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Περιγραφή | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Μέγεθος Αρχείου | 25.36 KB |
Αριθμός Εγκαταστάσεων | 198 |
Τρέχουσα Έκδοση | 1.1.2017.11110 |
Τελευταία Ενημέρωση | 2017-11-11 |
Ημερομηνία Δημοσίευσης | 2017-11-11 |
Αξιολόγηση | 3.64/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | sammiruan13 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Location Notifications - GPlus Provider", "short_name": "LoNo-GPlus", "version": "1.1.2017.11110", "description": "Location provider for Location Notifications (Ex) using Google+ location sharing.", "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "background": { "scripts": [ "\/background.js" ] }, "permissions": [ "background" ], "web_accessible_resources": [ "\/Icon128.png", "\/Icon128_grey.png" ] } |