Available on Teams
Remain Available on Microsoft Teams
What is Available on Teams?
Available on Teams is a Chrome extension developed by epzion, and its main feature is "Remain Available on Microsoft Teams".
Extension Screenshots
Download Available on Teams Extension CRX File
Download Available on Teams 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 maintains "Available" status when using the browser based Microsoft Teams application. The extension was developed since my status continuously moved to "away" even when i actively was working at my workstation. This extension should only be used with honest intentions. The extension is free to use, stores no data, and has no external communication. This extension also works with the MCAS.MS domain suffix.
Extension Basic Information
Name | Available on Teams |
ID | pjcbjbfgiodpmjchbkipiepcpabaajjb |
Official URL | https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb |
Description | Remain Available on Microsoft Teams |
File Size | 37.55 KB |
Installation Count | 613 |
Current Version | 1.0.3 |
Last Updated | 2022-11-22 |
Publish Date | 2022-09-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | epzion |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 3, "name": "Available on Teams", "description": "Remain Available on Microsoft Teams", "version": "1.0.3", "action": { "default_popup": "src\/html\/interface.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.teams.microsoft.com\/*", "https:\/\/*.teams.microsoft.com.mcas.ms\/*" ], "icons": { "128": "src\/images\/teams-icon.png", "16": "src\/images\/teams-icon.png" }, "permissions": [ "storage", "alarms", "tabs", "scripting", "webRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |