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 |
官方網址 | 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 |
電子郵箱 | [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 } |