Available on Teams

Remain Available on Microsoft Teams

Wat is Available on Teams?

Available on Teams is een Chrome-extensie ontwikkeld door epzion, en de belangrijkste functie is "Remain Available on Microsoft Teams".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Available on Teams

Download Available on Teams-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Available on Teams Available on Teams
ID pjcbjbfgiodpmjchbkipiepcpabaajjb
Officiële URL https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb
Beschrijving Remain Available on Microsoft Teams
Bestandsgrootte 37.55 KB
Aantal Installaties 613
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-11-22
Publicatiedatum 2022-09-02
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar epzion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}