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 là gì?

User Presence for MS Teams Web Client là một tiện ích mở rộng Chrome được phát triển bởi iamacarpet, và tính năng chính của nó là "A tool to keep you available based on system idle status".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng User Presence for MS Teams Web Client

Tải xuống các tệp mở rộng User Presence for MS Teams Web Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên User Presence for MS Teams Web Client User Presence for MS Teams Web Client
ID hflmejmkbcfopbikokgighplfdmmkjha
URL Chính Thức https://chromewebstore.google.com/detail/user-presence-for-ms-team/hflmejmkbcfopbikokgighplfdmmkjha
Mô tả A tool to keep you available based on system idle status
Kích Thước Tệp 18.67 KB
Số Lần Cài Đặt 495
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2023-07-05
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển iamacarpet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}