Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Qu'est-ce que Location Notifications - GPlus Provider ?
Location Notifications - GPlus Provider est une extension Chrome développée par sammiruan13, et sa fonction principale est "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Télécharger le fichier CRX de l'extension Location Notifications - GPlus Provider
Téléchargez les fichiers d'extension Location Notifications - GPlus Provider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Officiel | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Description | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Taille du Fichier | 25.36 KB |
Nombre d'Installations | 198 |
Version Actuelle | 1.1.2017.11110 |
Dernière Mise à Jour | 2017-11-11 |
Date de Publication | 2017-11-11 |
Évaluation | 3.64/5 Total 11 Évaluations |
Développeur | sammiruan13 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |