Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Cos'è Teams Notification Alert?

Teams Notification Alert è un'estensione di Chrome sviluppata da Max Yang, e la sua funzione principale è "Teams web app Notification Alert Used by Night Shift".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Teams Notification Alert

Scarica i file di estensione Teams Notification Alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
URL Ufficiale https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Descrizione Teams web app Notification Alert Used by Night Shift
Dimensione del File 673 KB
Conteggio Installazioni 447
Versione Corrente 1.3
Ultimo Aggiornamento 2020-11-28
Data di Pubblicazione 2019-12-29
Sviluppatore Max Yang
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://social.chinacloudsites.cn/Home/Privacypolicy
Lingue Supportate 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
}