User Presence for MS Teams Web Client

A tool to keep you available based on system idle status

Qu'est-ce que User Presence for MS Teams Web Client ?

User Presence for MS Teams Web Client est une extension Chrome développée par iamacarpet, et sa fonction principale est "A tool to keep you available based on system idle status".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension User Presence for MS Teams Web Client

Téléchargez les fichiers d'extension User Presence for MS Teams Web Client 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

                        Ensure you appear "Available" when using the web based version of Teams, based on your system idle status.

The default MS Teams Web Client behaviour is to mark you "Away" if you aren't active in that application / tab, even if you are still working elsewhere on your computer.

This extension will use your system idle status, and if you are active, it'll periodically prompt the Teams application / tab to keep you appearing "Available" or active.                    

Informations de Base sur l'Extension

Nom User Presence for MS Teams Web Client User Presence for MS Teams Web Client
ID hflmejmkbcfopbikokgighplfdmmkjha
URL Officiel https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha
Description A tool to keep you available based on system idle status
Taille du Fichier 18.67 KB
Nombre d'Installations 495
Version Actuelle 1.8
Dernière Mise à Jour 2024-01-26
Date de Publication 2023-07-05
Évaluation 4.00/5 Total 5 Évaluations
Développeur iamacarpet
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "User Presence for MS Teams Web Client",
    "version": "1.8",
    "description": "A tool to keep you available based on system idle status",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/teamsIcon.png",
        "128": "images\/teamsIcon.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "scripting",
        "idle"
    ],
    "host_permissions": [
        "https:\/\/*.teams.microsoft.com\/*",
        "https:\/\/*.teams.microsoft.com.mcas.ms\/*",
        "https:\/\/*.teams.microsoft.us.mcas-gov.us\/*",
        "https:\/\/*.teams.live.com\/*",
        "https:\/\/*.teams.microsoft.us\/*"
    ]
}