Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Teams Notification Alertคืออะไร?

Teams Notification Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Yang และคุณลักษณะหลักของมันคือ "Teams web app Notification Alert Used by Night Shift"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teams Notification Alert

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}