Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
Vad är Teams Notification Alert?
Teams Notification Alert är en Chrome-tillägg utvecklad av Max Yang, och dess huvudfunktion är "Teams web app Notification Alert Used by Night Shift".
Tilläggsskärmbilder
Ladda ner Teams Notification Alert-förlängningens CRX-fil
Ladda ner Teams Notification Alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ';' Grundläggande Information om Tillägg
| Namn | |
| ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
| Officiell webbadress | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
| Beskrivning | Teams web app Notification Alert Used by Night Shift |
| Filstorlek | 673 KB |
| Antal Installationer | 447 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2020-11-28 |
| Publiceringsdatum | 2019-12-29 |
| Utvecklare | Max Yang |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://social.chinacloudsites.cn/Home/Privacypolicy |
| Stödda Språk | 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
} | |