Squad - Screen Share
Capture full-screen or specific application's screen on any HTTPs domain!
什么是Squad - Screen Share?
Squad - Screen Share是由Citrus CX开发的Chrome扩展程序,该扩展的主要功能是“Capture full-screen or specific application's screen on any HTTPs domain!”。
扩展截图
下载Squad - Screen Share扩展crx文件
下载Squad - Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Compartilhe a tela ou janela da aplicação em conferências.
Esta extension permite que os usuários conectados nas video conferências do Citrus Squad compartilhem a tela do seu computador para apresentações.
A extensão suporta o compartilhamento da tela inteira ou de uma janela de uma aplicação específica. 扩展基本信息
| 名称 | |
| ID | mnnjgkbljlglijofflgpolkofgkcipfd |
| 官方URL | https://chromewebstore.google.com/detail/squad-screen-share/mnnjgkbljlglijofflgpolkofgkcipfd |
| 简介 | Capture full-screen or specific application's screen on any HTTPs domain! |
| 文件大小 | 34.62 KB |
| 安装次数 | 97 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-09-23 |
| 上架时间 | 2020-06-03 |
| 开发者 | Citrus CX |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://squad.us |
| 帮助页面URL | https://squad.us |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Squad - Screen Share",
"author": "Digivox",
"version": "1.2",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Capture full-screen or specific application's screen on any HTTPs domain!",
"homepage_url": "https:\/\/squad.us",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/*.citrussquad.com\/*",
"https:\/\/*.squad.us\/*",
"https:\/\/ucpro.algartelecom.com.br\/*"
]
}
],
"icons": {
"48": "icon48.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |