Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Co je Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider je rozšíření Chrome vyvinuté sammiruan13, a jeho hlavní funkcí je „Location provider for Location Notifications (Ex) using Google+ location sharing.“.
Stáhnout soubor CRX rozšíření Location Notifications - GPlus Provider
Stáhněte si soubory rozšíření Location Notifications - GPlus Provider ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Oficiální URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Popis | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Velikost souboru | 25.36 KB |
Počet instalací | 198 |
Aktuální Verze | 1.1.2017.11110 |
Poslední Aktualizace | 2017-11-11 |
Datum Vydání | 2017-11-11 |
Hodnocení | 3.64/5 Celkem 11 Hodnocení |
Vývojář | sammiruan13 |
Typ Platby | free |
Podporované Jazyky | 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" ] } |