Screen Sharing
Chrome Extension for sharing screen in video chat
什么是Screen Sharing?
Screen Sharing是由Jungleworks开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for sharing screen in video chat”。
扩展截图
下载Screen Sharing扩展crx文件
下载Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings.
Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.
- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen 扩展基本信息
| 名称 | |
| ID | onnpnbcklmahhoajlilopflaandmlooa |
| 官方URL | https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa |
| 简介 | Chrome Extension for sharing screen in video chat |
| 文件大小 | 7.52 KB |
| 安装次数 | 51,594 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2019-10-14 |
| 上架时间 | 2019-10-14 |
| 评分 | 2.58/5 共12次评分 |
| 开发者 | Jungleworks |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://jungleworks.com |
| 隐私政策页面URL | https://jungleworks.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Sharing",
"description": "Chrome Extension for sharing screen in video chat",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.fugu.chat\/*",
"https:\/\/*.officechat.io\/*",
"https:\/\/*.fuguchat.com\/*",
"https:\/\/hippochat.io\/*",
"https:\/\/*.muleapp.io\/*",
"https:\/\/*.mazentaa.in\/*",
"https:\/\/*.bulbul.io\/*",
"https:\/\/*.fuelbyghq.com\/*",
"https:\/\/*.xpertreach.io\/*"
]
},
"permissions": [
"desktopCapture"
]
} | |