Horizon Collaborate Guest Client

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

什么是Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client是由gammaaccessgooglewebstoreconsole开发的Chrome扩展程序,该扩展的主要功能是“The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees”。

扩展截图

screenshot

下载Horizon Collaborate Guest Client扩展crx文件

下载Horizon Collaborate Guest Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension enables a Horizon Collaborate guest to make their own screen shared to the other attendees in the meeting.                    

扩展基本信息

名称 Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
官方URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
简介 The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
文件大小 28.49 KB
安装次数 931
当前版本 2.0.1.2
更新时间 2021-07-31
上架时间 2019-01-16
评分 4.00/5 共1次评分
开发者 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": "Horizon Collaborate Guest Client",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest Client sharing 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"
        ]
    }
}