Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Was ist Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider ist eine Chrome-Erweiterung, die von sammiruan13 entwickelt wurde, und ihr Hauptmerkmal ist "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Location Notifications - GPlus Provider-Erweiterungs-CRX-Datei herunterladen
Laden Sie Location Notifications - GPlus Provider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Offizielle URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Beschreibung | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Dateigröße | 25.36 KB |
Installationsanzahl | 198 |
Aktuelle Version | 1.1.2017.11110 |
Letztes Update | 2017-11-11 |
Veröffentlichungsdatum | 2017-11-11 |
Bewertung | 3.64/5 Insgesamt 11 Bewertungen |
Entwickler | sammiruan13 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |