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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |