Webinar Screen Capturing
Webinar Screen Capturing
什么是Webinar Screen Capturing?
Webinar Screen Capturing是由https://meetvio.com开发的Chrome扩展程序,该扩展的主要功能是“Webinar Screen Capturing”。
扩展截图
下载Webinar Screen Capturing扩展crx文件
下载Webinar Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is required to use screen share, from Chrome, in the Meetvio platform. 扩展基本信息
| 名称 | |
| ID | gandlkpbgnlgjamnbhcndcafjdocbgag |
| 官方URL | https://chromewebstore.google.com/detail/webinar-screen-capturing/gandlkpbgnlgjamnbhcndcafjdocbgag |
| 简介 | Webinar Screen Capturing |
| 文件大小 | 21.4 KB |
| 安装次数 | 1,281 |
| 当前版本 | 1.3 |
| 更新时间 | 2021-08-31 |
| 上架时间 | 2020-01-04 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | https://meetvio.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://meetvio.com |
| 帮助页面URL | https://help.meetvio.com |
| 隐私政策页面URL | https://vidthere.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"author": "Webinar Screen Capturing",
"background": {
"persistent": false,
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"*:\/\/meetvio.com\/*",
"*:\/\/*.meetvio.com\/*",
"*:\/\/webinar.view3d.tv\/*",
"*:\/\/session.webozium.live\/*",
"*:\/\/lissymvlive.rdteams.com\/*",
"*:\/\/my.iqmeeting.com\/*",
"*:\/\/app.eyeseeyou.live\/*",
"*:\/\/app.meetfrom.com\/*",
"*:\/\/webinar.askbutler.com\/*",
"*:\/\/meet.icanhelpyourbusiness.co.uk\/*",
"*:\/\/videocall.tankokseng.com\/*",
"*:\/\/webinar.kutchy.com\/*",
"*:\/\/Go-Pal.ca\/*",
"*:\/\/webinar.meetrr.com\/*",
"*:\/\/app.moteus.io\/*",
"*:\/\/webinarmatic.com\/*",
"*:\/\/stream.magicevents.live\/*",
"*:\/\/app.echoroom.io\/*",
"*:\/\/app.flexwebinar.com\/*",
"*:\/\/app.gojumpa.com\/*",
"*:\/\/login.webinaracceleration.com\/*",
"*:\/\/app.webinera.io\/*"
],
"run_at": "document_end"
}
],
"description": "Webinar Screen Capturing",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Webinar Screen Capturing",
"permissions": [
"desktopCapture"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3",
"web_accessible_resources": [
"icon48.png"
]
} | |