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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة User Presence for MS Teams Web Client

قم بتنزيل ملفات الامتداد User Presence for MS Teams Web Client بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/*"
    ]
}