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)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |