Vidthere Screen Capturing
Vidthere Screen Capturing
什么是Vidthere Screen Capturing?
Vidthere Screen Capturing是由https://vidthere.com开发的Chrome扩展程序,该扩展的主要功能是“Vidthere Screen Capturing”。
扩展截图
下载Vidthere Screen Capturing扩展crx文件
下载Vidthere Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a screen sharing app for the Vidthere video meetings platform. 扩展基本信息
| 名称 | |
| ID | gkfhieomjkcmeaaimpojkcomcbgjggep |
| 官方URL | https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep |
| 简介 | Vidthere Screen Capturing |
| 文件大小 | 46.9 KB |
| 安装次数 | 471 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-02-04 |
| 上架时间 | 2020-06-30 |
| 评分 | 3.89/5 共9次评分 |
| 开发者 | https://vidthere.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://vidthere.com |
| 帮助页面URL | https://support.saasuma.com |
| 隐私政策页面URL | https://vidthere.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"author": "Vidthere",
"background": {
"persistent": false,
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"*:\/\/vidthere.com\/*",
"*:\/\/*.vidthere.com\/*"
],
"run_at": "document_end"
}
],
"description": "Vidthere Screen Capturing",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Vidthere Screen Capturing",
"permissions": [
"desktopCapture"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1",
"web_accessible_resources": [
"icon16.png",
"icon48.png",
"icon128.png"
]
} | |