Lab Collaborate Extension

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

What is Lab Collaborate Extension?

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

Extension Screenshots

screenshot

Download Lab Collaborate Extension Extension CRX File

Download Lab Collaborate Extension 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

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

Extension Basic Information

Name Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Official URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Description The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
File Size 22.08 KB
Installation Count 50
Current Version 2.0.1.2
Last Updated 2021-07-29
Publish Date 2019-01-15
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": "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"
        ]
    }
}