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
扩展基本信息
名称 | 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 } |