Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Qu'est-ce que Teams Notification Alert ?

Teams Notification Alert est une extension Chrome développée par Max Yang, et sa fonction principale est "Teams web app Notification Alert Used by Night Shift".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Teams Notification Alert

Téléchargez les fichiers d'extension Teams Notification Alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
URL Officiel https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Description Teams web app Notification Alert Used by Night Shift
Taille du Fichier 673 KB
Nombre d'Installations 447
Version Actuelle 1.3
Dernière Mise à Jour 2020-11-28
Date de Publication 2019-12-29
Développeur Max Yang
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://social.chinacloudsites.cn/Home/Privacypolicy
Langues Prises en Charge 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
}