Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

¿Qué es Teams Notification Alert?

Teams Notification Alert es una extensión de Chrome desarrollada por Max Yang, y su función principal es "Teams web app Notification Alert Used by Night Shift".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Teams Notification Alert

Descarga archivos de extensión Teams Notification Alert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
URL Oficial https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Descripción Teams web app Notification Alert Used by Night Shift
Tamaño del Archivo 673 KB
Cantidad de Instalaciones 447
Versión Actual 1.3
Última Actualización 2020-11-28
Fecha de Publicación 2019-12-29
Desarrollador Max Yang
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://social.chinacloudsites.cn/Home/Privacypolicy
Idiomas Soportados 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
}