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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Microsoft Teams Screen sharing |
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 |
이메일 | [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 } |