Microsoft Teams: Always Available
A Chrome extension that keeps you available on teams 24/7
Microsoft Teams: Always Availableとは何ですか?
Microsoft Teams: Always AvailableはAndrew Kumpによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that keeps you available on teams 24/7」です。
拡張機能のスクリーンショット
Microsoft Teams: Always Available拡張機能のCRXファイルをダウンロード
Microsoft Teams: Always Available拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Microsoft Teams: Always Available |
ID | klbhkcdmilipmdaejfmhmphbdfiofoen |
公式URL | https://chromewebstore.google.com/detail/microsoft-teams-always-av/klbhkcdmilipmdaejfmhmphbdfiofoen |
説明 | A Chrome extension that keeps you available on teams 24/7 |
ファイルサイズ | 23.14 KB |
インストール数 | 10,000 |
現在のバージョン | 2.0.0 |
最終更新日 | 2024-02-20 |
公開日 | 2021-03-27 |
評価 | 2.48/5 合計 21 レビュー |
開発者 | Andrew Kump |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/akump/MS-Teams-Always-Available |
ヘルプページのURL | https://github.com/akump/MS-Teams-Always-Available |
対応言語 | 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\/*" ] } |