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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |