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ファイルをダウンロード

Available on Teams拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}