Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Hvad er Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider er en Chrome-udvidelse udviklet af sammiruan13, og dens hovedfunktion er "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Download Location Notifications - GPlus Provider-udvidelses-CRX-fil
Download Location Notifications - GPlus Provider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Officiel URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Beskrivelse | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Filstørrelse | 25.36 KB |
Antal Installationer | 198 |
Nuværende Version | 1.1.2017.11110 |
Senest Opdateret | 2017-11-11 |
Udgivelsesdato | 2017-11-11 |
Bedømmelse | 3.64/5 Samlet 11 Bedømmelser |
Udvikler | sammiruan13 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |