MiShareExtension

Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.

O que é MiShareExtension?

MiShareExtension é uma extensão do Chrome desenvolvida por https://webshare.deployment.mitel.com, e sua principal característica é "Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MiShareExtension

Baixe arquivos de extensão MiShareExtension 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

                        This extension allows Mitel MiCollab AWV web users to share application / screens and collaborate with other MiCollab AWV users in meeting. The extension must be used in companion with MiCollab Share application. Web sharing requires MiCollab release 7.2 or higher.                    

Informações Básicas da Extensão

Nome MiShareExtension MiShareExtension
ID gbghgcnclindfhamjcecblpjkanendei
URL Oficial https://chromewebstore.google.com/detail/mishareextension/gbghgcnclindfhamjcecblpjkanendei
Descrição Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
Tamanho do Arquivo 23.04 KB
Contagem de Instalações 8,890
Versão Atual 0.0.33
Última Atualização 2019-02-11
Data de Publicação 2019-02-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor https://webshare.deployment.mitel.com
Tipo de Pagamento free
Idiomas Suportados de,en,en-GB,en-US,fr,nl,ca,da,es,it,fi,sv
manifest.json
{
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/init.js",
                "js\/fr.js"
            ],
            "matches": [
                "*:\/\/*\/wd\/*\/hc_main.html?*",
                "*:\/\/*\/ucs\/micollab\/*",
                "*:\/\/*\/ucs\/dl\/micollab\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "ids": [
            "effbheagilkfnfmfomneghllopenjaap"
        ]
    },
    "description": "Mitel MiCollab MiShare Extension to share application \/ screens and collaborate with other MiCollab AWV users in meeting.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33.0.1715.0",
    "name": "MiShareExtension",
    "permissions": [
        "tabs",
        "*:\/\/*\/wd\/*\/hc_main.html?*",
        "*:\/\/*\/ucs\/micollab\/*",
        "*:\/\/*\/ucs\/dl\/micollab\/*"
    ],
    "short_name": "MiCollab Share extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.33"
}