C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
什么是C-Meeting Desktop Sharing Extension?
C-Meeting Desktop Sharing Extension是由jheuler开发的Chrome扩展程序,该扩展的主要功能是“Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.”。
扩展截图
下载C-Meeting Desktop Sharing Extension扩展crx文件
下载C-Meeting Desktop Sharing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.
扩展基本信息
名称 | |
ID | jgldmgcakddjinippbpmbjldahfoojhn |
官方URL | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
简介 | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
文件大小 | 27.52 KB |
安装次数 | 384 |
当前版本 | 1.0.0.1 |
更新时间 | 2016-06-01 |
上架时间 | 2016-06-01 |
评分 | 5.00/5 共1次评分 |
开发者 | jheuler |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "Icon16.png", "32": "Icon32.png", "48": "Icon48.png", "128": "Icon128.png" }, "name": "C-Meeting Desktop Sharing Extension", "short_name": "CMDeskShare", "description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.", "version": "1.0.0.1", "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.cefriel.it\/*", "*:\/\/*.concert-oh.com\/*", "*:\/\/*.bpresentlive.com\/*", "*:\/\/*.c-meeting.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |