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