Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Was ist Teams Notification Alert?

Teams Notification Alert ist eine Chrome-Erweiterung, die von Max Yang entwickelt wurde, und ihr Hauptmerkmal ist "Teams web app Notification Alert Used by Night Shift".

Erweiterungsscreenshots

screenshot

Teams Notification Alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Teams Notification Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ';'                    

Grundlegende Informationen zur Erweiterung

Name Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
Offizielle URL https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Beschreibung Teams web app Notification Alert Used by Night Shift
Dateigröße 673 KB
Installationsanzahl 447
Aktuelle Version 1.3
Letztes Update 2020-11-28
Veröffentlichungsdatum 2019-12-29
Entwickler Max Yang
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://social.chinacloudsites.cn/Home/Privacypolicy
Unterstützte Sprachen 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
}