Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
¿Qué es Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider es una extensión de Chrome desarrollada por sammiruan13, y su función principal es "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Descargar Archivo CRX de la Extensión Location Notifications - GPlus Provider
Descarga archivos de extensión Location Notifications - GPlus Provider en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Oficial | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Descripción | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Tamaño del Archivo | 25.36 KB |
Cantidad de Instalaciones | 198 |
Versión Actual | 1.1.2017.11110 |
Última Actualización | 2017-11-11 |
Fecha de Publicación | 2017-11-11 |
Calificación | 3.64/5 Total de 11 Calificaciones |
Desarrollador | sammiruan13 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |