Horizon Collaborate Guest Client

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

Hvad er Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client er en Chrome-udvidelse udviklet af gammaaccessgooglewebstoreconsole, og dens hovedfunktion er "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Udvidelsesskærmbilleder

screenshot

Download Horizon Collaborate Guest Client-udvidelses-CRX-fil

Download Horizon Collaborate Guest Client-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Officiel URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Beskrivelse The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Filstørrelse 28.49 KB
Antal Installationer 931
Nuværende Version 2.0.1.2
Senest Opdateret 2021-07-31
Udgivelsesdato 2019-01-16
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler gammaaccessgooglewebstoreconsole
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.gamma.co.uk/privacy-policy
Understøttede Sprog 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"
        ]
    }
}