Horizon Collaborate Guest Client

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

O que é Horizon Collaborate Guest Client?

Horizon Collaborate Guest Client é uma extensão do Chrome desenvolvida por gammaaccessgooglewebstoreconsole, e sua principal característica é "The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Horizon Collaborate Guest Client

Baixe arquivos de extensão Horizon Collaborate Guest Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Horizon Collaborate Guest Client Horizon Collaborate Guest Client
ID cenpoaamfdlkmfhagmklphodcadlejnh
URL Oficial https://chromewebstore.google.com/detail/horizon-collaborate-guest/cenpoaamfdlkmfhagmklphodcadlejnh
Descrição The Horizon Collaborate Guest Client sharing extension to help the guest users in sharing desktop with the room attendees
Tamanho do Arquivo 28.49 KB
Contagem de Instalações 931
Versão Atual 2.0.1.2
Última Atualização 2021-07-31
Data de Publicação 2019-01-16
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor gammaaccessgooglewebstoreconsole
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.gamma.co.uk/privacy-policy
Idiomas Suportados 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"
        ]
    }
}