Yondo Screen Sharing
This extension allows a user of Yondo to share their screen during a live video call.
什么是Yondo Screen Sharing?
Yondo Screen Sharing是由https://yondo.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows a user of Yondo to share their screen during a live video call.”。
扩展截图
下载Yondo Screen Sharing扩展crx文件
下载Yondo Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows a user of Yondo to share their screen during a live video call and webinars. Yondo gives you the ability to show any content to your audience. You can choose whether to share your entire screen or only a single window. You are able to perform screen sharing in both the webinar and 1-to-1 live video sessions. In order to use the screen sharing functionality in Yondo on Google Chrome, you will need to download this extension to enable this functionality. This way Google Chrome will permit sharing your screen. If your customers also need to share their screens during your online sessions, please let them know they will need this extension and have them install the extension prior to the session to prevent any disruptions during your Yondo Live 1-to-1 and webinars calls.
扩展基本信息
名称 | |
ID | knhanngfnlfeflfklpmldgffmhbdbdef |
官方URL | https://chromewebstore.google.com/detail/yondo-screen-sharing/knhanngfnlfeflfklpmldgffmhbdbdef |
简介 | This extension allows a user of Yondo to share their screen during a live video call. |
文件大小 | 9.48 KB |
安装次数 | 132 |
当前版本 | 0.3 |
更新时间 | 2022-05-24 |
上架时间 | 2015-12-10 |
评分 | 5.00/5 共2次评分 |
开发者 | https://yondo.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.yondo.com |
帮助页面URL | https://support.yondo.com |
隐私政策页面URL | http://legal.yondo.com/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yondo Screen Sharing", "short_name": "Screen Share", "author": "Yondo Pty Ltd", "version": "0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows a user of Yondo to share their screen during a live video call.", "homepage_url": "http:\/\/www.yondo.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |