Horizon Collaborate Guest Client

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

Wat is Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client is een Chrome-extensie ontwikkeld door gammaaccessgooglewebstoreconsole, en de belangrijkste functie is "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Horizon Collaborate Guest Client

Download Horizon Collaborate Guest Client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Officiële URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Beschrijving The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Bestandsgrootte 28.49 KB
Aantal Installaties 931
Huidige Versie 2.0.1.2
Laatst Bijgewerkt 2021-07-31
Publicatiedatum 2019-01-16
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gammaaccessgooglewebstoreconsole
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.gamma.co.uk/privacy-policy
Ondersteunde Talen 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"
        ]
    }
}