Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

Что такое Mezz-In Screenshare?

Mezz-In Screenshare - это расширение Chrome, разработанное oblong.bcn.mobile, и его основная функция - "Enables screen sharing to Mezzanine for Mezz-In participants".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mezz-In Screenshare

Скачайте файлы расширений Mezz-In Screenshare в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

Основная информация о расширении

Название Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
Официальный URL https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
Описание Enables screen sharing to Mezzanine for Mezz-In participants
Размер файла 45.28 KB
Количество установок 100
Текущая Версия 0.0.1
Последнее Обновление 2017-05-17
Дата публикации 2017-05-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик oblong.bcn.mobile
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}