Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
什么是Brochesia Screen Sharing?
Brochesia Screen Sharing是由https://www.brochesia.com开发的Chrome扩展程序,该扩展的主要功能是“This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.”。
扩展截图
下载Brochesia Screen Sharing扩展crx文件
下载Brochesia Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
扩展基本信息
名称 | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
官方URL | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
简介 | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
文件大小 | 5.45 KB |
安装次数 | 20 |
当前版本 | 2 |
更新时间 | 2019-04-12 |
上架时间 | 2019-04-12 |
评分 | 5.00/5 共4次评分 |
开发者 | https://www.brochesia.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.brochesia.com/privacy_policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |