Gmail app badge notification

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

Gmail app badge notification क्या है?

Gmail app badge notification Domenico Gemoli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show badge notifications in the taskbar when using Gmail as an app"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail app badge notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}