3CX Webmeeting
Share your screen and co browse with 3CX WebRTC Meetings
什么是3CX Webmeeting?
3CX Webmeeting是由spereg53开发的Chrome扩展程序,该扩展的主要功能是“Share your screen and co browse with 3CX WebRTC Meetings”。
扩展截图
下载3CX Webmeeting扩展crx文件
下载3CX Webmeeting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
este es el completo.
扩展基本信息
名称 | ![]() |
ID | hhcfkgdbllagkfjdmmhhcanbehldemeg |
官方URL | https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg |
简介 | Share your screen and co browse with 3CX WebRTC Meetings |
文件大小 | 33.22 KB |
安装次数 | 19 |
当前版本 | 7.7 |
更新时间 | 2015-02-27 |
上架时间 | 2015-02-27 |
开发者 | spereg53 |
付费类型 | free |
支持的语言 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "7.7", "name": "3CX Webmeeting", "short_name": "3CX WebRTC", "description": "Share your screen and co browse with 3CX WebRTC Meetings", "author": "3CX", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Send page link to others participants" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/conferencia.facir.com\/*" ] } } |