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 |
官方網址 | 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" } |