MiShareExtensionBeta

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

MiShareExtensionBetaคืออะไร?

MiShareExtensionBeta เป็นส่วนขยายของ 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 ของส่วนขยาย MiShareExtensionBeta

ดาวน์โหลดไฟล์ส่วนขยาย MiShareExtensionBeta ในรูปแบบ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MiShareExtensionBeta MiShareExtensionBeta
ID koclnbajigpckcijbcjnhlbepijlgghd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mishareextensionbeta/koclnbajigpckcijbcjnhlbepijlgghd
คำอธิบาย Mitel MiCollab MiShare Extension to share application / screens and collaborate with other MiCollab AWV users in meeting.
ขนาดไฟล์ 23.39 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.0.17
อัปเดตครั้งล่าสุด 2019-02-11
วันที่เผยแพร่ 2019-02-11
ผู้พัฒนา 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": [
            "mgffejihpclgacgnpijolndpbahlikme"
        ]
    },
    "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"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi+6Yrtt\/ZAsnyVAUSDs4fMzTOxZlLjYy41\/vpAAVo7XGzRwBfsxKAHuF99DbBOsL32p80fWqehZW036Yijrb1LegO8tAufJBZe0Zf8B6Z27ZOLNHr+RA2hsK\/\/yMe6XuwGmkVKVjkCKEByTAo2ReXZ0IAEafO1ge+uFlC7IWICRc5PMo5XajYziGiz+QtZqphozFSgWBnSeg1ntzsE8s436OLbDcGxs5rRS+xG6s4HzlOkuIMb0objDBZmQoTsM73MKofN59V3qaUO+AJuYYwyPlkRvJi9m4bIz2wLLP6oF1gZgHqmWCGuE4uUgyAAUqpbCjBBNidPn6kVYfDCDw2wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "33.0.1715.0",
    "name": "MiShareExtensionBeta",
    "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.17"
}