3CX Webmeeting
Share your screen and co browse with 3CX WebRTC Meetings
What is 3CX Webmeeting?
3CX Webmeeting is a Chrome extension developed by spereg53, and its main feature is "Share your screen and co browse with 3CX WebRTC Meetings".
Extension Screenshots
Download 3CX Webmeeting Extension CRX File
Download 3CX Webmeeting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
este es el completo.
Extension Basic Information
Name | ![]() |
ID | hhcfkgdbllagkfjdmmhhcanbehldemeg |
Official URL | https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg |
Description | Share your screen and co browse with 3CX WebRTC Meetings |
File Size | 33.22 KB |
Installation Count | 19 |
Current Version | 7.7 |
Last Updated | 2015-02-27 |
Publish Date | 2015-02-27 |
Developer | spereg53 |
Payment Type | free |
Supported Languages | 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\/*" ] } } |