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 |
公式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 |
Eメール | [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\/*" ] } |