User Presence for MS Teams Web Client
A tool to keep you available based on system idle status
什麼是User Presence for MS Teams Web Client?
User Presence for MS Teams Web Client是由iamacarpet開發的Chrome擴展程式,該擴展的主要功能是“A tool to keep you available based on system idle status”。
擴展截圖
下載User Presence for MS Teams Web Client擴展crx文件
下載User Presence for MS Teams Web Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | User Presence for MS Teams Web Client |
ID | hflmejmkbcfopbikokgighplfdmmkjha |
官方網址 | https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha |
簡介 | A tool to keep you available based on system idle status |
檔案大小 | 18.67 KB |
安裝次數 | 495 |
目前版本 | 1.8 |
更新時間 | 2024-01-26 |
上架時間 | 2023-07-05 |
評分 | 4.00/5 共 5 次評分 |
開發者 | iamacarpet |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |