Available on Teams

Remain Available on Microsoft Teams

Qu'est-ce que Available on Teams ?

Available on Teams est une extension Chrome développée par epzion, et sa fonction principale est "Remain Available on Microsoft Teams".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Available on Teams

Téléchargez les fichiers d'extension Available on Teams 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 maintains "Available" status when using the browser based Microsoft Teams application. 

The extension was developed since my status continuously moved to "away" even when i actively was working at my workstation. This extension should only be used with honest intentions.

The extension is free to use, stores no data, and has no external communication.
This extension also works with the MCAS.MS domain suffix.                    

Informations de Base sur l'Extension

Nom Available on Teams Available on Teams
ID pjcbjbfgiodpmjchbkipiepcpabaajjb
URL Officiel https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb
Description Remain Available on Microsoft Teams
Taille du Fichier 37.55 KB
Nombre d'Installations 613
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-11-22
Date de Publication 2022-09-02
Évaluation 3.67/5 Total 3 Évaluations
Développeur epzion
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "manifest_version": 3,
    "name": "Available on Teams",
    "description": "Remain Available on Microsoft Teams",
    "version": "1.0.3",
    "action": {
        "default_popup": "src\/html\/interface.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.teams.microsoft.com\/*",
        "https:\/\/*.teams.microsoft.com.mcas.ms\/*"
    ],
    "icons": {
        "128": "src\/images\/teams-icon.png",
        "16": "src\/images\/teams-icon.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "scripting",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}