Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Teams Notification Alert क्या है?

Teams Notification Alert Max Yang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Teams web app Notification Alert Used by Night Shift"।

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

screenshot

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

crx प्रारूप में Teams Notification Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        for Night shift used microsoft teams will miss some message. Used team Notification Alert you can got voice notification very loudly :)

1 login teams : https://teams.microsoft.com
2 At Teams tab, Click icon Run Teams Notification Alert.
3 Keep the Pop windows. It's will Alert when New Message come

V1.3 Feature:
1 you can define keyword to ALert. such as : Max;Hello;Hi
2 Please split key word used by ';'                    

एक्सटेंशन की मूल जानकारी

नाम Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
आधिकारिक URL https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
विवरण Teams web app Notification Alert Used by Night Shift
फ़ाइल का आकार 673 KB
स्थापना संख्या 447
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-11-28
प्रकाशन तिथि 2019-12-29
डेवलपर Max Yang
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://social.chinacloudsites.cn/Home/Privacypolicy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teams Notification Alert",
    "description": "Teams web app Notification Alert Used by Night Shift",
    "version": "1.3",
    "icons": {
        "48": "icon.png",
        "38": "icon2.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "myaction.js",
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Teams Notification Alert 1.3"
    },
    "permissions": [
        "debugger",
        "notifications",
        "https:\/\/*.teams.microsoft.com\/*"
    ],
    "manifest_version": 2
}