Hangouts Status Reader
Allows you to read Google Hangouts statuses directly in the contact info box.
O que é Hangouts Status Reader?
Hangouts Status Reader é uma extensão do Chrome desenvolvida por https://bowenyin.tk, e sua principal característica é "Allows you to read Google Hangouts statuses directly in the contact info box.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hangouts Status Reader
Baixe arquivos de extensão Hangouts Status Reader 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
In Gmail, this extension will allow you to view anyone's status message in the white info box that pops up on hover after a few seconds, like in the old Google Talk. Guaranteed to work or your money back! ;) FEATURES: – Link and emoji support. – Bold/underline/italics support. – Works with dense roster mode. – No configuration needed.
Informações Básicas da Extensão
Nome | Hangouts Status Reader |
ID | ceggpinhhmjppnindgmdahlibhmdbknj |
URL Oficial | https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj |
Descrição | Allows you to read Google Hangouts statuses directly in the contact info box. |
Tamanho do Arquivo | 4.24 KB |
Contagem de Instalações | 78 |
Versão Atual | 2.0 |
Última Atualização | 2018-05-08 |
Data de Publicação | 2018-05-08 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://bowenyin.tk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.bowenyin.tk |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangouts Status Reader", "description": "Allows you to read Google Hangouts statuses directly in the contact info box.", "version": "2.0", "permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/hangouts.google.com\/*", "https:\/\/apis.google.com\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/hangouts.google.com\/*", "https:\/\/apis.google.com\/*" ] } ] } |