Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Vad är Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider är en Chrome-tillägg utvecklad av sammiruan13, och dess huvudfunktion är "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Ladda ner Location Notifications - GPlus Provider-förlängningens CRX-fil
Ladda ner Location Notifications - GPlus Provider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Beskrivning | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Filstorlek | 25.36 KB |
Antal Installationer | 198 |
Aktuell Version | 1.1.2017.11110 |
Senast Uppdaterad | 2017-11-11 |
Publiceringsdatum | 2017-11-11 |
Betyg | 3.64/5 Totalt 11 Betyg |
Utvecklare | sammiruan13 |
Betalningssätt | free |
Stödda Språk | 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" ] } |