Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
什么是Badge Notifications for Outlook PWA?
Badge Notifications for Outlook PWA是由iamacarpet开发的Chrome扩展程序,该扩展的主要功能是“A tool to add a pending notification app badge (tested on Chrome OS)”。
扩展截图
下载Badge Notifications for Outlook PWA扩展crx文件
下载Badge Notifications for Outlook PWA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show badge notifications in the dock/shelf when using Outlook as an app (PWA).
PWA badge notifications are supported on Windows, macOS and ChromeOS:
https://chromestatus.com/feature/6068482055602176 扩展基本信息
| 名称 | |
| ID | elfppjipmocfejmaeaebplcimjagkcma |
| 官方URL | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
| 简介 | A tool to add a pending notification app badge (tested on Chrome OS) |
| 文件大小 | 19.11 KB |
| 安装次数 | 218 |
| 当前版本 | 1.6 |
| 更新时间 | 2023-12-18 |
| 上架时间 | 2023-07-05 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | iamacarpet |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Badge Notifications for Outlook PWA",
"version": "1.6",
"description": "A tool to add a pending notification app badge (tested on Chrome OS)",
"content_scripts": [
{
"matches": [
"https:\/\/outlook.office.com\/*",
"https:\/\/outlook.office365.com\/*"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"256": "images\/outlookIcon.png"
}
} | |