CliqMeet Screenshare
A simple extension that allows you to stream your desktop into meetings with CliqMeet.
什么是CliqMeet Screenshare?
CliqMeet Screenshare是由https://cliqmeet.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with CliqMeet.”。
扩展截图
下载CliqMeet Screenshare扩展crx文件
下载CliqMeet Screenshare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that allows you to stream your desktop into meetings with CliqMeet. No installation and no Flash required. CliqMeet is a HTML5 Web conferencing solution. It works on any device. You can try it out yourself at https://www.cliqmeet.com. This extension provides the cliqmeet site with desktop streaming functionality over Chrome. Start online meetings with one click and perform video conferencing, screen sharing , whiteboard and online presentations and even record everything.
扩展基本信息
名称 | CliqMeet Screenshare |
ID | mobodblofhlnnogfkomgijbbikbjlool |
官方URL | https://chromewebstore.google.com/detail/cliqmeet-screenshare/mobodblofhlnnogfkomgijbbikbjlool |
简介 | A simple extension that allows you to stream your desktop into meetings with CliqMeet. |
文件大小 | 19.94 KB |
安装次数 | 268 |
当前版本 | 0.0.0.5 |
更新时间 | 2014-10-13 |
上架时间 | 2014-10-13 |
评分 | 4.14/5 共7次评分 |
开发者 | https://cliqmeet.com |
付费类型 | free |
扩展官网 | https://www.cliqmeet.com |
帮助页面URL | https://www.cliqmeet.com/en-US/support |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with CliqMeet.", "externally_connectable": { "matches": [ "*:\/\/www.cliqmeet.local\/*", "*:\/\/*.cliqmeet.com\/*", "*:\/\/*.webinar.cc\/*", "*:\/\/*.camference.events\/*", "*:\/\/*.waf-meeting.de\/*" ] }, "icons": { "128": "cliqmeet-logo-128x128.png", "16": "cliqmeet-logo-16x16.png", "48": "cliqmeet-logo-48x48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "CliqMeet Screenshare", "short_name": "Desktop and Screen sharing to any device", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.5" } |