Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
O que é Gmail™ Notifier?
Gmail™ Notifier é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gmail™ Notifier
Baixe arquivos de extensão Gmail™ Notifier 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 desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use. Visit homepage for more information: http://browsernative.com/gmail-notifier/
Informações Básicas da Extensão
Nome | Gmail™ Notifier |
ID | chchfhampioeijdffegkhnpccchjbfpk |
URL Oficial | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
Descrição | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
Tamanho do Arquivo | 12.77 KB |
Contagem de Instalações | 12,792 |
Versão Atual | 0.0.6 |
Última Atualização | 2016-07-12 |
Data de Publicação | 2016-07-12 |
Classificação | 3.83/5 Total de 24 Avaliações |
Desenvolvedor | BrowserNative |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://browsernative.com/gmail-notifier/ |
URL da Página de Ajuda | http://browsernative.com/gmail-notifier/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail\u2122 Notifier", "description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.", "permissions": [ "storage", "notifications", "alarms", "https:\/\/mail.google.com\/" ], "version": "0.0.6", "homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png" } } |