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