Badge Notifications for Gmail PWA

A tool to add a pending notification app badge (tested on Chrome OS)

Qu'est-ce que Badge Notifications for Gmail PWA ?

Badge Notifications for Gmail PWA est une extension Chrome développée par iamacarpet, et sa fonction principale est "A tool to add a pending notification app badge (tested on Chrome OS)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Badge Notifications for Gmail PWA

Téléchargez les fichiers d'extension Badge Notifications for Gmail PWA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
URL Officiel https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
Description A tool to add a pending notification app badge (tested on Chrome OS)
Taille du Fichier 8.77 KB
Nombre d'Installations 23
Version Actuelle 1.2
Dernière Mise à Jour 2023-07-12
Date de Publication 2023-07-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur iamacarpet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
Langues Prises en Charge 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"
    }
}