Badge Notifications for Gmail PWA

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

Badge Notifications for Gmail PWAคืออะไร?

Badge Notifications for Gmail PWA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamacarpet และคุณลักษณะหลักของมันคือ "A tool to add a pending notification app badge (tested on Chrome OS)"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Badge Notifications for Gmail PWA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Show badge notifications in the dock/shelf when using Gmail as an app (PWA).

PWA badge notifications are supported on Windows, macOS and ChromeOS:

https://chromestatus.com/feature/6068482055602176                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
คำอธิบาย A tool to add a pending notification app badge (tested on Chrome OS)
ขนาดไฟล์ 8.77 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-07-12
วันที่เผยแพร่ 2023-07-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา iamacarpet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for Gmail PWA",
    "version": "1.2",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}