Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
Microsoft Teams: Always Available क्या है?
Microsoft Teams: Always Available Andrew Kump द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that keeps you available on teams 24/7"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Microsoft Teams: Always Available एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
THIS EXTENSION IS FREE AND WORKING! You will never have to wiggle your mouse every again with this Chrome extension. This extension will keep you online and available forever. Simply login to https://teams.microsoft.com and the extension will begin. Click the extension's icon in order to validate it is functioning. Note: I do not personally support the use of this functionality for use at a workplace
एक्सटेंशन की मूल जानकारी
नाम | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
आधिकारिक URL | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
विवरण | A Chrome extension that keeps you available on teams 24/7 |
फ़ाइल का आकार | 23.14 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2024-02-20 |
प्रकाशन तिथि | 2021-03-27 |
रेटिंग | 2.48/5 कुल 21 रेटिंग्स |
डेवलपर | Andrew Kump |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/akump/MS-Teams-Always-Available |
सहायता पृष्ठ URL | https://github.com/akump/MS-Teams-Always-Available |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Microsoft Teams: Always Available", "version": "2.0.0", "description": "A Chrome extension that keeps you available on teams 24\/7", "background": { "service_worker": "background.js" }, "icons": { "16": "src\/images\/teamsIcon.png", "128": "src\/images\/teamsIcon.png" }, "action": { "default_popup": "src\/html\/settings.html" }, "permissions": [ "storage", "alarms", "tabs", "scripting", "webRequest" ], "host_permissions": [ "https:\/\/*.teams.microsoft.com\/*", "https:\/\/*.teams.microsoft.com.mcas.ms\/*" ] } |