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 |
官方網址 | 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\/*" ] } } |