User Presence for MS Teams Web Client

A tool to keep you available based on system idle status

Co je User Presence for MS Teams Web Client?

User Presence for MS Teams Web Client je rozšíření Chrome vyvinuté iamacarpet, a jeho hlavní funkcí je „A tool to keep you available based on system idle status“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření User Presence for MS Teams Web Client

Stáhněte si soubory rozšíření User Presence for MS Teams Web Client ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název User Presence for MS Teams Web Client User Presence for MS Teams Web Client
ID hflmejmkbcfopbikokgighplfdmmkjha
Oficiální URL https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha
Popis A tool to keep you available based on system idle status
Velikost souboru 18.67 KB
Počet instalací 495
Aktuální Verze 1.8
Poslední Aktualizace 2024-01-26
Datum Vydání 2023-07-05
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář iamacarpet
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}