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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}