Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Cos'è Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider è un'estensione di Chrome sviluppata da sammiruan13, e la sua funzione principale è "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Scarica il file CRX dell'estensione Location Notifications - GPlus Provider
Scarica i file di estensione Location Notifications - GPlus Provider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Descrizione | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Dimensione del File | 25.36 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 1.1.2017.11110 |
Ultimo Aggiornamento | 2017-11-11 |
Data di Pubblicazione | 2017-11-11 |
Valutazione | 3.64/5 Totale 11 Valutazioni |
Sviluppatore | sammiruan13 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |