Jitsi desktop streamer for Beautiful Rising

Enable screen sharing for Beautiful Rising's jitsi meet page

Что такое Jitsi desktop streamer for Beautiful Rising?

Jitsi desktop streamer for Beautiful Rising - это расширение Chrome, разработанное https://beautifulrising.org, и его основная функция - "Enable screen sharing for Beautiful Rising's jitsi meet page".

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

screenshot

Скачать файл CRX расширения Jitsi desktop streamer for Beautiful Rising

Скачайте файлы расширений Jitsi desktop streamer for Beautiful Rising в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.                    

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

Название Jitsi desktop streamer for Beautiful Rising Jitsi desktop streamer for Beautiful Rising
ID feblndkkkcojdijcmdkghckpgjmcjnbd
Официальный URL https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd
Описание Enable screen sharing for Beautiful Rising's jitsi meet page
Размер файла 35.43 KB
Количество установок 1,815
Текущая Версия 0.1.5
Последнее Обновление 2015-01-26
Дата публикации 2015-01-25
Разработчик https://beautifulrising.org
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi desktop streamer for Beautiful Rising",
    "description": "Enable screen sharing for Beautiful Rising's jitsi meet page",
    "version": "0.1.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.beautifulrising.org\/*"
        ]
    }
}