Lab Collaborate Extension

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

Co je Lab Collaborate Extension?

Lab Collaborate Extension je rozšíření Chrome vyvinuté gammaaccessgooglewebstoreconsole, a jeho hlavní funkcí je „The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lab Collaborate Extension

Stáhněte si soubory rozšíření Lab Collaborate Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
Oficiální URL https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Popis The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Velikost souboru 22.08 KB
Počet instalací 50
Aktuální Verze 2.0.1.2
Poslední Aktualizace 2021-07-29
Datum Vydání 2019-01-15
Vývojář gammaaccessgooglewebstoreconsole
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.gamma.co.uk/privacy-policy
Podporované Jazyky 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"
        ]
    }
}