Microsoft Teams: Always Available

A Chrome extension that keeps you available on teams 24/7

¿Qué es Microsoft Teams: Always Available?

Microsoft Teams: Always Available es una extensión de Chrome desarrollada por Andrew Kump, y su función principal es "A Chrome extension that keeps you available on teams 24/7".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Microsoft Teams: Always Available

Descarga archivos de extensión Microsoft Teams: Always Available en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Microsoft Teams: Always Available Microsoft Teams: Always Available
ID klbhkcdmilipmdaejfmhmphbdfiofoen
URL Oficial https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen
Descripción A Chrome extension that keeps you available on teams 24/7
Tamaño del Archivo 23.14 KB
Cantidad de Instalaciones 10,000
Versión Actual 2.0.0
Última Actualización 2024-02-20
Fecha de Publicación 2021-03-27
Calificación 2.48/5 Total de 21 Calificaciones
Desarrollador Andrew Kump
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/akump/MS-Teams-Always-Available
URL de la Página de Ayuda https://github.com/akump/MS-Teams-Always-Available
Idiomas Soportados 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\/*"
    ]
}