MiShareExtension

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

ما هو MiShareExtension؟

MiShareExtension هو إضافة Chrome تم تطويرها بواسطة https://webshare.deployment.mitel.com، والميزة الرئيسية لها هي "Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MiShareExtension

قم بتنزيل ملفات الامتداد MiShareExtension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}