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 |
| Eメール | [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"
}
} | |