Teams Call Manager
Help user sleep during Microsoft Teams call
What is Teams Call Manager?
Teams Call Manager is a Chrome extension developed by aln0071, and its main feature is "Help user sleep during Microsoft Teams call".
Extension Screenshots
Download Teams Call Manager Extension CRX File
Download Teams Call Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Auto cut Microsoft Teams calls if number of attendees go below the limit set by user. Manages the call even if the user sleeps during the call :D. For using this extension, open teams web application at https://teams.microsoft.com/.
Extension Basic Information
Name | Teams Call Manager |
ID | gmklieclhlmicflemopmbllaldmejnkp |
Official URL | https://chromewebstore.google.com/detail/teams-call-manager/gmklieclhlmicflemopmbllaldmejnkp |
Description | Help user sleep during Microsoft Teams call |
File Size | 19.95 KB |
Installation Count | 635 |
Current Version | 1.0 |
Last Updated | 2021-01-20 |
Publish Date | 2020-07-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | aln0071 |
[email protected] | |
Payment Type | free |
Extension Website | https://aln0071.github.io/ |
Help Page URL | https://aln0071.github.io/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams Call Manager", "version": "1.0", "description": "Help user sleep during Microsoft Teams call", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |