User Presence for MS Teams Web Client

A tool to keep you available based on system idle status

Wat is User Presence for MS Teams Web Client?

User Presence for MS Teams Web Client is een Chrome-extensie ontwikkeld door iamacarpet, en de belangrijkste functie is "A tool to keep you available based on system idle status".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie User Presence for MS Teams Web Client

Download User Presence for MS Teams Web Client-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

                        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.                    

Basisinformatie over de Extensie

Naam User Presence for MS Teams Web Client User Presence for MS Teams Web Client
ID hflmejmkbcfopbikokgighplfdmmkjha
Officiële URL https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha
Beschrijving A tool to keep you available based on system idle status
Bestandsgrootte 18.67 KB
Aantal Installaties 495
Huidige Versie 1.8
Laatst Bijgewerkt 2024-01-26
Publicatiedatum 2023-07-05
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar iamacarpet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}