Newman
Get simple notifications when a new gmail message arrives.
O que é Newman?
Newman é uma extensão do Chrome desenvolvida por imagentleman (José Antonio Chio), e sua principal característica é "Get simple notifications when a new gmail message arrives.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Newman
Baixe arquivos de extensão Newman 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
Get a notification if you got an email on your gmail account since the last time you checked (visited your inbox), without constant interruptions or counts of thousands of unread messages. Usage: -If there are no new messages the extension icon shows a blank page. -If a message arrived the icon will turn into a red paper plane. -You can go to your inbox by clicking the extension icon. -The icon will only show a paper plane if something new arrived since the last time you visited gmail. Notes: -The extension doesn't show the unread count (this is on purpose and meant to be a feature). -You must be logged in gmail for the extension to work. If you aren't it will show a greyed icon with an "X". Other works http://imagentleman.github.io
Informações Básicas da Extensão
Nome | Newman |
ID | kfmkjnidhdpmicaidofhagaklmccpdpc |
URL Oficial | https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc |
Descrição | Get simple notifications when a new gmail message arrives. |
Tamanho do Arquivo | 41.54 KB |
Contagem de Instalações | 148 |
Versão Atual | 13 |
Última Atualização | 2014-02-13 |
Data de Publicação | 2014-02-12 |
Classificação | 2.67/5 Total de 3 Avaliações |
Desenvolvedor | imagentleman (José Antonio Chio) |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://imagentleman.github.io |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newman", "default_locale": "en", "description": "__MSG_appDesc__", "version": "13", "background": { "page": "background.html", "persistent": false }, "permissions": [ "*:\/\/mail.google.com\/", "alarms", "tabs", "storage", "webNavigation" ], "icons": { "128": "icon_128.webp", "48": "icon_48.webp" }, "browser_action": { "default_icon": "icon_19-empty.webp" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |