Alert
Alert for Gmail
O que é Alert?
Alert é uma extensão do Chrome desenvolvida por Daniel Lvovsky, e sua principal característica é "Alert for Gmail".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alert
Baixe arquivos de extensão Alert 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
Alert for Gmail is a Chrome extension that notifies you for any new emails that are in your inbox without having the need to constantly check your inbox. When a new email arrives in your inbox this extension gives you a notification where you can view the message. Also Alert offers many other features such as viewing the email in your inbox, deleting and marking the email as read. Alert also supports many accounts at once. Also if you are on your desktop Alert will send you a notification there too. Alert features a dark mode interface so it's easier to look at the messages you recieve.
Informações Básicas da Extensão
Nome | Alert |
ID | njaeaemciiokfpolomebdlppcafjchod |
URL Oficial | https://chromewebstore.google.com/detail/alert/njaeaemciiokfpolomebdlppcafjchod |
Descrição | Alert for Gmail |
Tamanho do Arquivo | 528 KB |
Contagem de Instalações | 54 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-10-30 |
Data de Publicação | 2020-10-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Daniel Lvovsky |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://alertforgmail.netlify.app/ |
URL da Página de Ajuda | https://alertforgmail.netlify.app/#t4 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alert", "short_name": "Alert", "description": "Alert for Gmail", "author": "Daniel Lvovsky", "version": "0.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "*:\/\/mail.google.com\/mail\/", "*:\/\/mail.google.com\/sync\/", "tabs", "notifications", "contextMenus", "webRequest", "storage" ], "web_accessible_resources": [ "notification.png" ], "browser_action": { "default_icon": { "16": "data\/icons\/blue\/16.png", "18": "data\/icons\/blue\/18.png", "19": "data\/icons\/blue\/19.png", "32": "data\/icons\/blue\/32.png" } }, "background": { "page": "lib\/wrapper\/chrome\/background.html" }, "options_ui": false, "homepage_url": "https:\/\/alertforgmail.netlify.app\/", "icons": { "16": "data\/icons\/red\/16.png", "18": "data\/icons\/red\/18.png", "19": "data\/icons\/red\/19.png", "32": "data\/icons\/red\/32.png", "48": "data\/icons\/red\/48.png", "64": "data\/icons\/red\/64.png", "128": "data\/icons\/red\/128.png" } } |