Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Teams Notification Alert là gì?

Teams Notification Alert là một tiện ích mở rộng Chrome được phát triển bởi Max Yang, và tính năng chính của nó là "Teams web app Notification Alert Used by Night Shift".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teams Notification Alert

Tải xuống các tệp mở rộng Teams Notification Alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
URL Chính Thức https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Mô tả Teams web app Notification Alert Used by Night Shift
Kích Thước Tệp 673 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2019-12-29
Nhà Phát Triển Max Yang
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://social.chinacloudsites.cn/Home/Privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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
}