Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
Co to jest Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider to rozszerzenie Chrome opracowane przez sammiruan13, a jego główną funkcją jest „Location provider for Location Notifications (Ex) using Google+ location sharing.”.
Pobierz plik CRX rozszerzenia Location Notifications - GPlus Provider
Pobierz pliki rozszerzeń Location Notifications - GPlus Provider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
Oficjalny URL | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Opis | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Rozmiar pliku | 25.36 KB |
Liczba instalacji | 198 |
Aktualna Wersja | 1.1.2017.11110 |
Ostatnia Aktualizacja | 2017-11-11 |
Data Publikacji | 2017-11-11 |
Ocena | 3.64/5 Łącznie 11 Oceny |
Deweloper | sammiruan13 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |