Available on Teams

Remain Available on Microsoft Teams

Available on Teams란 무엇입니까?

Available on Teams은(는) epzion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remain Available on Microsoft Teams"입니다.

확장 프로그램 스크린샷

screenshot

Available on Teams 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Available on Teams Available on Teams
ID pjcbjbfgiodpmjchbkipiepcpabaajjb
공식 URL https://chromewebstore.google.com/detail/available-on-teams/pjcbjbfgiodpmjchbkipiepcpabaajjb
설명 Remain Available on Microsoft Teams
파일 크기 37.55 KB
설치 횟수 613
현재 버전 1.0.3
최근 업데이트 2022-11-22
출시 날짜 2022-09-02
평점 3.67/5 총 3 개의 평점
개발자 epzion
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}