Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
O que é Badge Notifications for Gmail PWA?
Badge Notifications for Gmail PWA é uma extensão do Chrome desenvolvida por iamacarpet, e sua principal característica é "A tool to add a pending notification app badge (tested on Chrome OS)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Badge Notifications for Gmail PWA
Baixe arquivos de extensão Badge Notifications for Gmail PWA 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
Show badge notifications in the dock/shelf when using Gmail as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
Informações Básicas da Extensão
Nome | Badge Notifications for Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
URL Oficial | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep |
Descrição | A tool to add a pending notification app badge (tested on Chrome OS) |
Tamanho do Arquivo | 8.77 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.2 |
Última Atualização | 2023-07-12 |
Data de Publicação | 2023-07-05 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | iamacarpet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for Gmail PWA", "version": "1.2", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "images\/icon128.png" } } |