Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
What is Microsoft Teams: Always Available?
Microsoft Teams: Always Available is a Chrome extension developed by Andrew Kump, and its main feature is "A Chrome extension that keeps you available on teams 24/7".
Extension Screenshots
Download Microsoft Teams: Always Available Extension CRX File
Download Microsoft Teams: Always Available extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
Official URL | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
Description | A Chrome extension that keeps you available on teams 24/7 |
File Size | 23.14 KB |
Installation Count | 10,000 |
Current Version | 2.0.0 |
Last Updated | 2024-02-20 |
Publish Date | 2021-03-27 |
Rating | 2.48/5 Total 21 Ratings |
Developer | Andrew Kump |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/akump/MS-Teams-Always-Available |
Help Page URL | https://github.com/akump/MS-Teams-Always-Available |
Supported Languages | 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\/*" ] } |