Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

什麼是Teams Notification Alert?

Teams Notification Alert是由Max Yang開發的Chrome擴展程式,該擴展的主要功能是“Teams web app Notification Alert Used by Night Shift”。

擴展截圖

screenshot

下載Teams Notification Alert擴展crx文件

下載Teams Notification Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}