Lab Collaborate Extension

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

Hvad er Lab Collaborate Extension?

Lab Collaborate Extension er en Chrome-udvidelse udviklet af gammaaccessgooglewebstoreconsole, og dens hovedfunktion er "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Udvidelsesskærmbilleder

screenshot

Download Lab Collaborate Extension-udvidelses-CRX-fil

Download Lab Collaborate Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Officiel URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Beskrivelse The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Filstørrelse 22.08 KB
Antal Installationer 50
Nuværende Version 2.0.1.2
Senest Opdateret 2021-07-29
Udgivelsesdato 2019-01-15
Udvikler gammaaccessgooglewebstoreconsole
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.gamma.co.uk/privacy-policy
Understøttede Sprog 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"
        ]
    }
}