Horizon Collaborate Guest Client

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

What is Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client is a Chrome extension developed by gammaaccessgooglewebstoreconsole, and its main feature is "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Extension Screenshots

screenshot

Download Horizon Collaborate Guest Client Extension CRX File

Download Horizon Collaborate Guest Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Official URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Description The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
File Size 28.49 KB
Installation Count 931
Current Version 2.0.1.2
Last Updated 2021-07-31
Publish Date 2019-01-16
Rating 4.00/5 Total 1 Ratings
Developer gammaaccessgooglewebstoreconsole
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.gamma.co.uk/privacy-policy
Supported Languages 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"
        ]
    }
}