Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Apa itu Teams Notification Alert?

Teams Notification Alert adalah ekstensi Chrome yang dikembangkan oleh Max Yang, dan fitur utamanya adalah "Teams web app Notification Alert Used by Night Shift".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Teams Notification Alert

Unduh file ekstensi Teams Notification Alert dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Teams Notification Alert Teams Notification Alert
ID mnhjkbmimdpecnhoacaflgbbihdipjde
URL Resmi https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde
Deskripsi Teams web app Notification Alert Used by Night Shift
Ukuran File 673 KB
Jumlah Instalasi 447
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-11-28
Tanggal Publikasi 2019-12-29
Pengembang Max Yang
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://social.chinacloudsites.cn/Home/Privacypolicy
Bahasa yang Didukung 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
}