Desktop Share Helper

A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…

Cos'è Desktop Share Helper?

Desktop Share Helper è un'estensione di Chrome sviluppata da https://ipro.mercuri.ca, e la sua funzione principale è "A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Desktop Share Helper

Scarica i file di estensione Desktop Share Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Desktop Share Helper Desktop Share Helper
ID gbmbjeckadcankjhfjikpapikifbjcbb
URL Ufficiale https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb
Descrizione A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…
Dimensione del File 35.25 KB
Conteggio Installazioni 111
Versione Corrente 1.1.3
Ultimo Aggiornamento 2016-01-06
Data di Pubblicazione 2016-01-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://ipro.mercuri.ca
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mercuri.ca
URL della Pagina di Aiuto http://www.mercuri.ca
Lingue Supportate 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
}