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 là gì?
Desktop Share Helper là một tiện ích mở rộng Chrome được phát triển bởi https://ipro.mercuri.ca, và tính năng chính của nó là "A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Desktop Share Helper
Tải xuống các tệp mở rộng Desktop Share Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gbmbjeckadcankjhfjikpapikifbjcbb |
URL Chính Thức | https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb |
Mô tả | A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.… |
Kích Thước Tệp | 35.25 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2016-01-06 |
Ngày Phát Hành | 2016-01-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://ipro.mercuri.ca |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.mercuri.ca |
URL Trang Trợ Giúp | http://www.mercuri.ca |
Ngôn Ngữ Được Hỗ Trợ | 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 } |