Badge Notifications for Outlook PWA

A tool to add a pending notification app badge (tested on Chrome OS)

Badge Notifications for Outlook PWA là gì?

Badge Notifications for Outlook PWA là một tiện ích mở rộng Chrome được phát triển bởi iamacarpet, và tính năng chính của nó là "A tool to add a pending notification app badge (tested on Chrome OS)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Badge Notifications for Outlook PWA

Tải xuống các tệp mở rộng Badge Notifications for Outlook PWA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Badge Notifications for Outlook PWA Badge Notifications for Outlook PWA
ID elfppjipmocfejmaeaebplcimjagkcma
URL Chính Thức https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma
Mô tả A tool to add a pending notification app badge (tested on Chrome OS)
Kích Thước Tệp 19.11 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2023-07-05
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển iamacarpet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}