Enable Teams Calling
Enable teams calling
Qu'est-ce que Enable Teams Calling ?
Enable Teams Calling est une extension Chrome développée par rene.steen123, et sa fonction principale est "Enable teams calling".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enable Teams Calling
Téléchargez les fichiers d'extension Enable Teams Calling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enables calling function for MS Teams. It should now also enable video calls one to one
Informations de Base sur l'Extension
Nom | Enable Teams Calling |
ID | ifgnnjhhfdpjpjokajkolhioakajhidc |
URL Officiel | https://chromewebstore.google.com/detail/enable-teams-calling/ifgnnjhhfdpjpjokajkolhioakajhidc |
Description | Enable teams calling |
Taille du Fichier | 3.82 KB |
Nombre d'Installations | 6,650 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2019-09-06 |
Date de Publication | 2019-09-06 |
Évaluation | 4.37/5 Total 27 Évaluations |
Développeur | rene.steen123 |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |