Gmail app badge notification

Show badge notifications in the taskbar when using Gmail as an app

O que é Gmail app badge notification?

Gmail app badge notification é uma extensão do Chrome desenvolvida por Domenico Gemoli, e sua principal característica é "Show badge notifications in the taskbar when using Gmail as an app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail app badge notification

Baixe arquivos de extensão Gmail app badge notification 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

                        Setup:

1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.

Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting                    

Informações Básicas da Extensão

Nome Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
URL Oficial https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Descrição Show badge notifications in the taskbar when using Gmail as an app
Tamanho do Arquivo 11.68 KB
Contagem de Instalações 7,141
Versão Atual 1.1.0
Última Atualização 2023-12-06
Data de Publicação 2020-05-21
Classificação 4.81/5 Total de 16 Avaliações
Desenvolvedor Domenico Gemoli
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aberonni/gmail-app-badge-notification
URL da Página de Ajuda https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail app badge notification",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Show badge notifications in the taskbar when using Gmail as an app",
    "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}