Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
O que é Microsoft Teams: Always Available?
Microsoft Teams: Always Available é uma extensão do Chrome desenvolvida por Andrew Kump, e sua principal característica é "A Chrome extension that keeps you available on teams 24/7".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Microsoft Teams: Always Available
Baixe arquivos de extensão Microsoft Teams: Always Available no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
URL Oficial | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
Descrição | A Chrome extension that keeps you available on teams 24/7 |
Tamanho do Arquivo | 23.14 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 2.0.0 |
Última Atualização | 2024-02-20 |
Data de Publicação | 2021-03-27 |
Classificação | 2.48/5 Total de 21 Avaliações |
Desenvolvedor | Andrew Kump |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/akump/MS-Teams-Always-Available |
URL da Página de Ajuda | https://github.com/akump/MS-Teams-Always-Available |
Idiomas Suportados | 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\/*" ] } |