Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
What is Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider is a Chrome extension developed by sammiruan13, and its main feature is "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Download Location Notifications - GPlus Provider Extension CRX File
Download Location Notifications - GPlus Provider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Official URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Description | Location provider for Location Notifications (Ex) using Google+ location sharing. |
File Size | 25.36 KB |
Installation Count | 198 |
Current Version | 1.1.2017.11110 |
Last Updated | 2017-11-11 |
Publish Date | 2017-11-11 |
Rating | 3.64/5 Total 11 Ratings |
Developer | sammiruan13 |
Payment Type | free |
Supported Languages | 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" ] } |