Enable Teams Calling
Enable teams calling
What is Enable Teams Calling?
Enable Teams Calling is a Chrome extension developed by rene.steen123, and its main feature is "Enable teams calling".
Extension Screenshots
Download Enable Teams Calling Extension CRX File
Download Enable Teams Calling 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
Enables calling function for MS Teams. It should now also enable video calls one to one
Extension Basic Information
Name | Enable Teams Calling |
ID | ifgnnjhhfdpjpjokajkolhioakajhidc |
Official URL | https://chromewebstore.google.com/detail/enable-teams-calling/ifgnnjhhfdpjpjokajkolhioakajhidc |
Description | Enable teams calling |
File Size | 3.82 KB |
Installation Count | 6,650 |
Current Version | 0.3.0 |
Last Updated | 2019-09-06 |
Publish Date | 2019-09-06 |
Rating | 4.37/5 Total 27 Ratings |
Developer | rene.steen123 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Teams Calling", "version": "0.3.0", "description": "Enable teams calling", "web_accessible_resources": [ "inject.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/teams.microsoft.com\/_#\/conversations\/*", "https:\/\/teams.microsoft.com\/*", "https:\/\/login.microsoftonline.com\/*" ] } ] } |