Horizon Collaborate Guest Client

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

Was ist Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client ist eine Chrome-Erweiterung, die von gammaaccessgooglewebstoreconsole entwickelt wurde, und ihr Hauptmerkmal ist "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Erweiterungsscreenshots

screenshot

Horizon Collaborate Guest Client-Erweiterungs-CRX-Datei herunterladen

Laden Sie Horizon Collaborate Guest Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension enables a Horizon Collaborate guest to make their own screen shared to the other attendees in the meeting.                    

Grundlegende Informationen zur Erweiterung

Name Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Offizielle URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Beschreibung The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Dateigröße 28.49 KB
Installationsanzahl 931
Aktuelle Version 2.0.1.2
Letztes Update 2021-07-31
Veröffentlichungsdatum 2019-01-16
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler gammaaccessgooglewebstoreconsole
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.gamma.co.uk/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Horizon Collaborate Guest Client",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest Client sharing 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"
        ]
    }
}