Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Wat is Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider is een Chrome-extensie ontwikkeld door sammiruan13, en de belangrijkste functie is "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Download het CRX-bestand van de extensie Location Notifications - GPlus Provider
Download Location Notifications - GPlus Provider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Officiële URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Beschrijving | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Bestandsgrootte | 25.36 KB |
Aantal Installaties | 198 |
Huidige Versie | 1.1.2017.11110 |
Laatst Bijgewerkt | 2017-11-11 |
Publicatiedatum | 2017-11-11 |
Beoordeling | 3.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | sammiruan13 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |