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是由gammaaccessgooglewebstoreconsole开发的Chrome扩展程序,该扩展的主要功能是“The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees”。

扩展截图

screenshot

下载Lab Collaborate Extension扩展crx文件

下载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"
        ]
    }
}