Microsoft Teams: Always Available

A Chrome extension that keeps you available on teams 24/7

Qu'est-ce que Microsoft Teams: Always Available ?

Microsoft Teams: Always Available est une extension Chrome développée par Andrew Kump, et sa fonction principale est "A Chrome extension that keeps you available on teams 24/7".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Microsoft Teams: Always Available

Téléchargez les fichiers d'extension Microsoft Teams: Always Available 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

                        THIS EXTENSION IS FREE AND WORKING!

You will never have to wiggle your mouse every again with this Chrome extension. This extension will keep you online and available forever. Simply login to https://teams.microsoft.com and the extension will begin. Click the extension's icon in order to validate it is functioning. 

Note: I do not personally support the use of this functionality for use at a workplace                    

Informations de Base sur l'Extension

Nom Microsoft Teams: Always Available Microsoft Teams: Always Available
ID klbhkcdmilipmdaejfmhmphbdfiofoen
URL Officiel https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen
Description A Chrome extension that keeps you available on teams 24/7
Taille du Fichier 23.14 KB
Nombre d'Installations 10,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-02-20
Date de Publication 2021-03-27
Évaluation 2.48/5 Total 21 Évaluations
Développeur Andrew Kump
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/akump/MS-Teams-Always-Available
URL de la Page d'Aide https://github.com/akump/MS-Teams-Always-Available
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Microsoft Teams: Always Available",
    "version": "2.0.0",
    "description": "A Chrome extension that keeps you available on teams 24\/7",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "src\/images\/teamsIcon.png",
        "128": "src\/images\/teamsIcon.png"
    },
    "action": {
        "default_popup": "src\/html\/settings.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.teams.microsoft.com\/*",
        "https:\/\/*.teams.microsoft.com.mcas.ms\/*"
    ]
}