Gmail app badge notification

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

Τι είναι το Gmail app badge notification;

Το Gmail app badge notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Domenico Gemoli, και η κύρια λειτουργία του είναι "Show badge notifications in the taskbar when using Gmail as an app".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gmail app badge notification

Λήψη αρχείων επέκτασης Gmail app badge notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
Επίσημο URL https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Περιγραφή Show badge notifications in the taskbar when using Gmail as an app
Μέγεθος Αρχείου 11.68 KB
Αριθμός Εγκαταστάσεων 7,141
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2020-05-21
Αξιολόγηση 4.81/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Domenico Gemoli
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/aberonni/gmail-app-badge-notification
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}