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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to keep you available based on system idle status"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में User Presence for MS Teams Web Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |