Available on Teams
Remain Available on Microsoft Teams
Co to jest Available on Teams?
Available on Teams to rozszerzenie Chrome opracowane przez epzion, a jego główną funkcją jest „Remain Available on Microsoft Teams”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Available on Teams
Pobierz pliki rozszerzeń Available on Teams w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Available on Teams |
ID | pjcbjbfgiodpmjchbkipiepcpabaajjb |
Oficjalny URL | https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb |
Opis | Remain Available on Microsoft Teams |
Rozmiar pliku | 37.55 KB |
Liczba instalacji | 613 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-11-22 |
Data Publikacji | 2022-09-02 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | epzion |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |