Lab Collaborate Extension

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

Wat is Lab Collaborate Extension?

Lab Collaborate Extension is een Chrome-extensie ontwikkeld door gammaaccessgooglewebstoreconsole, en de belangrijkste functie is "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lab Collaborate Extension

Download Lab Collaborate Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Officiële URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Beschrijving The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Bestandsgrootte 22.08 KB
Aantal Installaties 50
Huidige Versie 2.0.1.2
Laatst Bijgewerkt 2021-07-29
Publicatiedatum 2019-01-15
Ontwikkelaar gammaaccessgooglewebstoreconsole
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.gamma.co.uk/privacy-policy
Ondersteunde Talen 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"
        ]
    }
}