Desktop Share Helper
A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…
Desktop Share Helperとは何ですか?
Desktop Share Helperはhttps://ipro.mercuri.caによって開発されたChromeの拡張機能で、その主な機能は「A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…」です。
拡張機能のスクリーンショット
Desktop Share Helper拡張機能のCRXファイルをダウンロード
Desktop Share Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform. The presenter will be prompted to use this app when they wish to share their desktop. The app is compatible with Google's latest APIs and only needs to be installed once. Note that document sharing does not require this app. This app is designed to work in Chrome on both Mac and Windows. A similar share app is available for Firefox, Internet Explorer, Safari, Opera and other modern HTML5 browsers that can be downloaded when using one of these browsers. Users with only an old browser like Internet Explorer 8 or older may download the full desktop app for either Windows or Mac from our website. Enjoy! This app is free to download and use. Please rate and review it! More information at our website: http://www.mercuri.ca
拡張機能の基本情報
名前 | |
ID | gbmbjeckadcankjhfjikpapikifbjcbb |
公式URL | https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb |
説明 | A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.… |
ファイルサイズ | 35.25 KB |
インストール数 | 111 |
現在のバージョン | 1.1.3 |
最終更新日 | 2016-01-06 |
公開日 | 2016-01-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://ipro.mercuri.ca |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.mercuri.ca |
ヘルプページのURL | http://www.mercuri.ca |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desktop Share Helper", "version": "1.1.3", "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/ipro.mercuri.ca\/*" ], "js": [ "content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/ipro.mercuri.ca\/*" ] }, "permissions": [ "tabs", "nativeMessaging", "*:\/\/ipro.mercuri.ca\/*" ], "web_accessible_resources": [ "icon_32.png", "icon_128.png" ], "manifest_version": 2 } |