GoBrunch Screen Share

The WebRTC screen capturing extension to share your screen with the world

Что такое GoBrunch Screen Share?

GoBrunch Screen Share - это расширение Chrome, разработанное https://gobrunch.com, и его основная функция - "The WebRTC screen capturing extension to share your screen with the world".

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

screenshot
screenshot

Скачать файл CRX расширения GoBrunch Screen Share

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

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

                        A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. 

Instructions: 
Create Webinar/Video Conference on Gobrunch
Click on Screen Share icon from Google Chrome
The Extension will be asked to install and work automatically.

If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page.

Cheers                    

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

Название GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
Официальный URL https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
Описание The WebRTC screen capturing extension to share your screen with the world
Размер файла 8.85 KB
Количество установок 7,056
Текущая Версия 1.1.2
Последнее Обновление 2018-10-25
Дата публикации 2018-10-25
Рейтинг 3.67/5 Всего 6 оценок
Разработчик https://gobrunch.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoBrunch Screen Share",
    "author": "GoBrunch",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The WebRTC screen capturing extension to share your screen with the world",
    "homepage_url": "https:\/\/gobrunch.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.gobrunch.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "Add bookmark"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.gobrunch.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}