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是由iamacarpet開發的Chrome擴展程式,該擴展的主要功能是“A tool to add a pending notification app badge (tested on Chrome OS)”。
擴展截圖
下載Badge Notifications for MS Teams PWA擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | opcgcmanfocenaiippbgachholecmakm |
| 官方網址 | 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"
}
} | |