Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
Co je Teams Notification Alert?
Teams Notification Alert je rozšíření Chrome vyvinuté Max Yang, a jeho hlavní funkcí je „Teams web app Notification Alert Used by Night Shift“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Teams Notification Alert
Stáhněte si soubory rozšíření Teams Notification Alert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 ';'
Základní Informace o Rozšíření
Název | Teams Notification Alert |
ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
Oficiální URL | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
Popis | Teams web app Notification Alert Used by Night Shift |
Velikost souboru | 673 KB |
Počet instalací | 447 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2020-11-28 |
Datum Vydání | 2019-12-29 |
Vývojář | Max Yang |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://social.chinacloudsites.cn/Home/Privacypolicy |
Podporované Jazyky | 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 } |