User Presence for MS Teams Web Client
A tool to keep you available based on system idle status
O que é User Presence for MS Teams Web Client?
User Presence for MS Teams Web Client é uma extensão do Chrome desenvolvida por iamacarpet, e sua principal característica é "A tool to keep you available based on system idle status".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão User Presence for MS Teams Web Client
Baixe arquivos de extensão User Presence for MS Teams Web Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | User Presence for MS Teams Web Client |
ID | hflmejmkbcfopbikokgighplfdmmkjha |
URL Oficial | https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha |
Descrição | A tool to keep you available based on system idle status |
Tamanho do Arquivo | 18.67 KB |
Contagem de Instalações | 495 |
Versão Atual | 1.8 |
Última Atualização | 2024-01-26 |
Data de Publicação | 2023-07-05 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | iamacarpet |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |