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\/*" ] } } |