Lab Collaborate Extension

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

Qu'est-ce que Lab Collaborate Extension ?

Lab Collaborate Extension est une extension Chrome développée par gammaaccessgooglewebstoreconsole, et sa fonction principale est "The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lab Collaborate Extension

Téléchargez les fichiers d'extension Lab Collaborate Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL Officiel 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
Taille du Fichier 22.08 KB
Nombre d'Installations 50
Version Actuelle 2.0.1.2
Dernière Mise à Jour 2021-07-29
Date de Publication 2019-01-15
Développeur gammaaccessgooglewebstoreconsole
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.gamma.co.uk/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}