User Presence for MS Teams Web Client

A tool to keep you available based on system idle status

Vad är User Presence for MS Teams Web Client?

User Presence for MS Teams Web Client är en Chrome-tillägg utvecklad av iamacarpet, och dess huvudfunktion är "A tool to keep you available based on system idle status".

Tilläggsskärmbilder

screenshot

Ladda ner User Presence for MS Teams Web Client-förlängningens CRX-fil

Ladda ner User Presence for MS Teams Web Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn User Presence for MS Teams Web Client User Presence for MS Teams Web Client
ID hflmejmkbcfopbikokgighplfdmmkjha
Officiell webbadress https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha
Beskrivning A tool to keep you available based on system idle status
Filstorlek 18.67 KB
Antal Installationer 495
Aktuell Version 1.8
Senast Uppdaterad 2024-01-26
Publiceringsdatum 2023-07-05
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare iamacarpet
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}