Lab Collaborate Extension

The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees

Что такое Lab Collaborate Extension?

Lab Collaborate Extension - это расширение Chrome, разработанное gammaaccessgooglewebstoreconsole, и его основная функция - "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

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

screenshot

Скачать файл CRX расширения Lab Collaborate Extension

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

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

                        The Lab Guest Client extension enables you to participate in a  web, audio                    

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

Название Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Официальный URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Описание The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Размер файла 22.08 KB
Количество установок 50
Текущая Версия 2.0.1.2
Последнее Обновление 2021-07-29
Дата публикации 2019-01-15
Разработчик gammaaccessgooglewebstoreconsole
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.gamma.co.uk/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lab Collaborate Extension",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees",
    "manifest_version": 2,
    "page_action": [],
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "16": "images\/Horizon16.png",
        "48": "images\/Horizon48.png",
        "128": "images\/Horizon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scriptV2.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content_script.js"
    ],
    "background": {
        "scripts": [
            "GuestClientShare.js"
        ]
    }
}