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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MiShareExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}