User Presence for MS Teams Web Client
A tool to keep you available based on system idle status
Cos'è User Presence for MS Teams Web Client?
User Presence for MS Teams Web Client è un'estensione di Chrome sviluppata da iamacarpet, e la sua funzione principale è "A tool to keep you available based on system idle status".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione User Presence for MS Teams Web Client
Scarica i file di estensione User Presence for MS Teams Web Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | User Presence for MS Teams Web Client |
ID | hflmejmkbcfopbikokgighplfdmmkjha |
URL Ufficiale | https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha |
Descrizione | A tool to keep you available based on system idle status |
Dimensione del File | 18.67 KB |
Conteggio Installazioni | 495 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2024-01-26 |
Data di Pubblicazione | 2023-07-05 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | iamacarpet |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |