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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}