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

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

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}