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
}