Available on Teams
Remain Available on Microsoft Teams
Cos'è Available on Teams?
Available on Teams è un'estensione di Chrome sviluppata da epzion, e la sua funzione principale è "Remain Available on Microsoft Teams".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Available on Teams
Scarica i file di estensione Available on Teams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Available on Teams |
ID | pjcbjbfgiodpmjchbkipiepcpabaajjb |
URL Ufficiale | https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb |
Descrizione | Remain Available on Microsoft Teams |
Dimensione del File | 37.55 KB |
Conteggio Installazioni | 613 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-11-22 |
Data di Pubblicazione | 2022-09-02 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | epzion |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |