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 iamacarpet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to add a pending notification app badge (tested on Chrome OS)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Badge Notifications for Gmail PWA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |