Microsoft Teams Screen sharing
Share your computer screen in a Microsoft Teams meeting
Microsoft Teams Screen sharingとは何ですか?
Microsoft Teams Screen sharingはMicrosoft Corporationによって開発されたChromeの拡張機能で、その主な機能は「Share your computer screen in a Microsoft Teams meeting」です。
拡張機能のスクリーンショット
Microsoft Teams Screen sharing拡張機能のCRXファイルをダウンロード
Microsoft Teams Screen sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you use Chrome to make a Teams call or join a meeting, the Google Chrome Extension lets you:
- Share your screen
- Share any desktop app
- Share any Chrome tab 拡張機能の基本情報
| 名前 | |
| ID | dhheiegalgcabbcobinipgmhepkkeidk |
| 公式URL | https://chromewebstore.google.com/detail/microsoft-teams-screen-sh/dhheiegalgcabbcobinipgmhepkkeidk |
| 説明 | Share your computer screen in a Microsoft Teams meeting |
| ファイルサイズ | 22.61 KB |
| インストール数 | 567,022 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2018-12-13 |
| 公開日 | 2018-12-13 |
| 評価 | 3.04/5 合計 178 レビュー |
| 開発者 | Microsoft Corporation |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://go.microsoft.com/fwlink/?linkid=857250 |
| ヘルプページのURL | https://aka.ms/privacy |
| プライバシーポリシーページのURL | https://aka.ms/privacypolicy |
| 対応言語 | id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.0",
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/teams.microsoft.com\/*"
]
},
"permissions": [
"desktopCapture"
],
"manifest_version": 2
} | |