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" } |