Badge Notifications for MS Teams PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Badge Notifications for MS Teams PWA क्या है?
Badge Notifications for MS Teams PWA iamacarpet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to add a pending notification app badge (tested on Chrome OS)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Badge Notifications for MS Teams PWA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show badge notifications in the dock/shelf when using MS Teams as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
एक्सटेंशन की मूल जानकारी
नाम | Badge Notifications for MS Teams PWA |
ID | opcgcmanfocenaiippbgachholecmakm |
आधिकारिक URL | https://chromewebstore.google.com/detail/badge-notifications-for-m/opcgcmanfocenaiippbgachholecmakm |
विवरण | A tool to add a pending notification app badge (tested on Chrome OS) |
फ़ाइल का आकार | 18.21 KB |
स्थापना संख्या | 194 |
वर्तमान संस्करण | 2.6 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2023-07-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | iamacarpet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/teams-chromeos-notifications |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for MS Teams PWA", "version": "2.6", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/*.teams.microsoft.com\/*", "https:\/\/*.teams.microsoft.com.mcas.ms\/*", "https:\/\/*.teams.microsoft.us.mcas-gov.us\/*", "https:\/\/*.teams.microsoft.us\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "images\/teamsIcon.png", "128": "images\/teamsIcon.png" } } |