Google Mail Notification Sound
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
O que é Google Mail Notification Sound?
Google Mail Notification Sound é uma extensão do Chrome desenvolvida por garyclarkson1952, e sua principal característica é "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Mail Notification Sound
Baixe arquivos de extensão Google Mail Notification Sound 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
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.
Informações Básicas da Extensão
Nome | Google Mail Notification Sound |
ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
URL Oficial | https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh |
Descrição | An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. |
Tamanho do Arquivo | 98.75 KB |
Contagem de Instalações | 686 |
Versão Atual | 4.4.0 |
Última Atualização | 2020-12-26 |
Data de Publicação | 2020-12-26 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | garyclarkson1952 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "gmail_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_gmailcheck_description__", "icons": { "128": "icon_128.png" }, "name": "__MSG_gmailcheck_name__", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.google.com\/" ], "version": "4.4.0", "manifest_version": 2 } |