MiShareExtension

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

Wat is MiShareExtension?

MiShareExtension is een Chrome-extensie ontwikkeld door https://webshare.deployment.mitel.com, en de belangrijkste functie is "Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MiShareExtension

Download MiShareExtension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MiShareExtension MiShareExtension
ID gbghgcnclindfhamjcecblpjkanendei
Officiële URL https://chromewebstore.google.com/detail/mishareextension/gbghgcnclindfhamjcecblpjkanendei
Beschrijving Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
Bestandsgrootte 23.04 KB
Aantal Installaties 8,890
Huidige Versie 0.0.33
Laatst Bijgewerkt 2019-02-11
Publicatiedatum 2019-02-11
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://webshare.deployment.mitel.com
Betalingswijze free
Ondersteunde Talen 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"
}