Horizon Collaborate Guest Client

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

Co je Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client je rozšíření Chrome vyvinuté gammaaccessgooglewebstoreconsole, a jeho hlavní funkcí je „The Horizon Collaborate Guest Client sharing 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í Horizon Collaborate Guest Client

Stáhněte si soubory rozšíření Horizon Collaborate Guest Client 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í

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

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

Název Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
Oficiální URL https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Popis The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Velikost souboru 28.49 KB
Počet instalací 931
Aktuální Verze 2.0.1.2
Poslední Aktualizace 2021-07-31
Datum Vydání 2019-01-16
Hodnocení 4.00/5 Celkem 1 Hodnocení
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": "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"
        ]
    }
}