MiShareExtension

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

什么是MiShareExtension?

MiShareExtension是由https://webshare.deployment.mitel.com开发的Chrome扩展程序,该扩展的主要功能是“Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MiShareExtension扩展crx文件

下载MiShareExtension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MiShareExtension MiShareExtension
ID gbghgcnclindfhamjcecblpjkanendei
官方URL https://chromewebstore.google.com/detail/mishareextension/gbghgcnclindfhamjcecblpjkanendei
简介 Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
文件大小 23.04 KB
安装次数 8,890
当前版本 0.0.33
更新时间 2019-02-11
上架时间 2019-02-11
评分 4.67/5 共3次评分
开发者 https://webshare.deployment.mitel.com
付费类型 free
支持的语言 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"
}