Eureka Video Web Conference - Screen Sharing
Enable screen sharing on your web conference offered by eureka.video
什么是Eureka Video Web Conference - Screen Sharing?
Eureka Video Web Conference - Screen Sharing是由engineering.mnf开发的Chrome扩展程序,该扩展的主要功能是“Enable screen sharing on your web conference offered by eureka.video”。
扩展截图
下载Eureka Video Web Conference - Screen Sharing扩展crx文件
下载Eureka Video Web Conference - Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow sharing of your application window, entire screen or chrome tab. Offered by: eureka.video
扩展基本信息
名称 | Eureka Video Web Conference - Screen Sharing |
ID | pcaofgjmogphmifadphfdifomgdflmkb |
官方URL | https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb |
简介 | Enable screen sharing on your web conference offered by eureka.video |
文件大小 | 3.44 KB |
安装次数 | 35 |
当前版本 | 1.0.2 |
更新时间 | 2019-04-30 |
上架时间 | 2019-04-29 |
开发者 | engineering.mnf |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eureka Video Web Conference - Screen Sharing", "description": "Enable screen sharing on your web conference offered by eureka.video", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/web-uat.bcme.global\/*", "https:\/\/dmrix91mi0km1.cloudfront.net\/*", "https:\/\/eureka.video\/*", "https:\/\/ozlink.video\/*", "https:\/\/express.video\/*" ] }, "permissions": [ "desktopCapture" ] } |