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”。

扩展截图

screenshot

下载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 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\/*"
    ]
}