Desktop Share Helper

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

O que é Desktop Share Helper?

Desktop Share Helper é uma extensão do Chrome desenvolvida por https://ipro.mercuri.ca, e sua principal característica é "A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Desktop Share Helper

Baixe arquivos de extensão Desktop Share Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Desktop Share Helper Desktop Share Helper
ID gbmbjeckadcankjhfjikpapikifbjcbb
URL Oficial https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb
Descrição A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…
Tamanho do Arquivo 35.25 KB
Contagem de Instalações 111
Versão Atual 1.1.3
Última Atualização 2016-01-06
Data de Publicação 2016-01-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://ipro.mercuri.ca
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.mercuri.ca
URL da Página de Ajuda http://www.mercuri.ca
Idiomas Suportados 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
}