Enable Teams Calling

Enable teams calling

Wat is Enable Teams Calling?

Enable Teams Calling is een Chrome-extensie ontwikkeld door rene.steen123, en de belangrijkste functie is "Enable teams calling".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enable Teams Calling

Download Enable Teams Calling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enables calling function for MS Teams.

It should now also enable video calls one to one                    

Basisinformatie over de Extensie

Naam Enable Teams Calling Enable Teams Calling
ID ifgnnjhhfdpjpjokajkolhioakajhidc
Officiële URL https://chromewebstore.google.com/detail/enable-teams-calling/ifgnnjhhfdpjpjokajkolhioakajhidc
Beschrijving Enable teams calling
Bestandsgrootte 3.82 KB
Aantal Installaties 6,650
Huidige Versie 0.3.0
Laatst Bijgewerkt 2019-09-06
Publicatiedatum 2019-09-06
Beoordeling 4.37/5 Totaal 27 Beoordelingen
Ontwikkelaar rene.steen123
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}