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 là gì?
Badge Notifications for MS Teams PWA là một tiện ích mở rộng Chrome được phát triển bởi iamacarpet, và tính năng chính của nó là "A tool to add a pending notification app badge (tested on Chrome OS)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Badge Notifications for MS Teams PWA
Tải xuống các tệp mở rộng Badge Notifications for MS Teams PWA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Badge Notifications for MS Teams PWA |
ID | opcgcmanfocenaiippbgachholecmakm |
URL Chính Thức | https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm |
Mô tả | A tool to add a pending notification app badge (tested on Chrome OS) |
Kích Thước Tệp | 18.21 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2024-02-19 |
Ngày Phát Hành | 2023-07-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | iamacarpet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |