Badge Notifications for MS Teams PWA

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

Τι είναι το Badge Notifications for MS Teams PWA;

Το Badge Notifications for MS Teams PWA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iamacarpet, και η κύρια λειτουργία του είναι "A tool to add a pending notification app badge (tested on Chrome OS)".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Badge Notifications for MS Teams PWA

Λήψη αρχείων επέκτασης Badge Notifications for MS Teams PWA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Show badge notifications in the dock/shelf when using MS Teams as an app (PWA).

PWA badge notifications are supported on Windows, macOS and ChromeOS:

https://chromestatus.com/feature/6068482055602176                    

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

Όνομα Badge Notifications for MS Teams PWA Badge Notifications for MS Teams PWA
ID opcgcmanfocenaiippbgachholecmakm
Επίσημο URL https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm
Περιγραφή A tool to add a pending notification app badge (tested on Chrome OS)
Μέγεθος Αρχείου 18.21 KB
Αριθμός Εγκαταστάσεων 194
Τρέχουσα Έκδοση 2.6
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-07-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής iamacarpet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for MS Teams PWA",
    "version": "2.6",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.teams.microsoft.com\/*",
                "https:\/\/*.teams.microsoft.com.mcas.ms\/*",
                "https:\/\/*.teams.microsoft.us.mcas-gov.us\/*",
                "https:\/\/*.teams.microsoft.us\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/teamsIcon.png",
        "128": "images\/teamsIcon.png"
    }
}