Desktop Share Helper
A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…
Qu'est-ce que Desktop Share Helper ?
Desktop Share Helper est une extension Chrome développée par https://ipro.mercuri.ca, et sa fonction principale est "A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Desktop Share Helper
Téléchargez les fichiers d'extension Desktop Share Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gbmbjeckadcankjhfjikpapikifbjcbb |
URL Officiel | https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb |
Description | A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.… |
Taille du Fichier | 35.25 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2016-01-06 |
Date de Publication | 2016-01-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://ipro.mercuri.ca |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.mercuri.ca |
URL de la Page d'Aide | http://www.mercuri.ca |
Langues Prises en Charge | 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 } |