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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamacarpet และคุณลักษณะหลักของมันคือ "A tool to add a pending notification app badge (tested on Chrome OS)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Badge Notifications for Outlook PWA

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}