Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
O que é Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider é uma extensão do Chrome desenvolvida por sammiruan13, e sua principal característica é "Location provider for Location Notifications (Ex) using Google+ location sharing.".
Baixar o arquivo CRX da Extensão Location Notifications - GPlus Provider
Baixe arquivos de extensão Location Notifications - GPlus Provider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
URL Oficial | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
Descrição | Location provider for Location Notifications (Ex) using Google+ location sharing. |
Tamanho do Arquivo | 25.36 KB |
Contagem de Instalações | 198 |
Versão Atual | 1.1.2017.11110 |
Última Atualização | 2017-11-11 |
Data de Publicação | 2017-11-11 |
Classificação | 3.64/5 Total de 11 Avaliações |
Desenvolvedor | sammiruan13 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |