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)”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Badge Notifications for Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
官方網址 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"
    }
}