Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
Cos'è Microsoft Teams: Always Available?
Microsoft Teams: Always Available è un'estensione di Chrome sviluppata da Andrew Kump, e la sua funzione principale è "A Chrome extension that keeps you available on teams 24/7".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Microsoft Teams: Always Available
Scarica i file di estensione Microsoft Teams: Always Available 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 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
Informazioni di Base sull'Estensione
Nome | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
URL Ufficiale | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
Descrizione | A Chrome extension that keeps you available on teams 24/7 |
Dimensione del File | 23.14 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2024-02-20 |
Data di Pubblicazione | 2021-03-27 |
Valutazione | 2.48/5 Totale 21 Valutazioni |
Sviluppatore | Andrew Kump |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/akump/MS-Teams-Always-Available |
URL della Pagina di Aiuto | https://github.com/akump/MS-Teams-Always-Available |
Lingue Supportate | 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\/*" ] } |