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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamacarpet และคุณลักษณะหลักของมันคือ "A tool to keep you available based on system idle status"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย User Presence for MS Teams Web Client
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } |