hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

Что такое hqmeetup screen sharing?

hqmeetup screen sharing - это расширение Chrome, разработанное http://castrr.live, и его основная функция - "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".

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

screenshot

Скачать файл CRX расширения hqmeetup screen sharing

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

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

                        This chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

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

Название hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
Официальный URL https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
Описание This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Размер файла 97.85 KB
Количество установок 291
Текущая Версия 2.0
Последнее Обновление 2018-11-30
Дата публикации 2018-11-30
Разработчик http://castrr.live
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hqmeetup.com
URL страницы помощи https://hqwebinar.com/dashboard/support/docs
URL страницы политики конфиденциальности https://hqwebinar.com/dashboard/support/docs/terms.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}