Lab Collaborate Extension

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

Cos'è Lab Collaborate Extension?

Lab Collaborate Extension è un'estensione di Chrome sviluppata da gammaaccessgooglewebstoreconsole, e la sua funzione principale è "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lab Collaborate Extension

Scarica i file di estensione Lab Collaborate Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL Ufficiale https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Descrizione The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Dimensione del File 22.08 KB
Conteggio Installazioni 50
Versione Corrente 2.0.1.2
Ultimo Aggiornamento 2021-07-29
Data di Pubblicazione 2019-01-15
Sviluppatore gammaaccessgooglewebstoreconsole
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.gamma.co.uk/privacy-policy
Lingue Supportate 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"
        ]
    }
}