Gmail app badge notification

Show badge notifications in the taskbar when using Gmail as an app

Gmail app badge notificationคืออะไร?

Gmail app badge notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Domenico Gemoli และคุณลักษณะหลักของมันคือ "Show badge notifications in the taskbar when using Gmail as an app"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail app badge notification

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

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

                        Setup:

1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.

Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting                    

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

ชื่อ Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
คำอธิบาย Show badge notifications in the taskbar when using Gmail as an app
ขนาดไฟล์ 11.68 KB
จำนวนการติดตั้ง 7,141
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2020-05-21
คะแนน 4.81/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Domenico Gemoli
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aberonni/gmail-app-badge-notification
URL หน้าช่วยเหลือ https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail app badge notification",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Show badge notifications in the taskbar when using Gmail as an app",
    "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}