Lab Collaborate Extension

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

O que é Lab Collaborate Extension?

Lab Collaborate Extension é uma extensão do Chrome desenvolvida por gammaaccessgooglewebstoreconsole, e sua principal característica é "The Horizon Collaborate Guest client share 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 Lab Collaborate Extension

Baixe arquivos de extensão Lab Collaborate Extension 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

                        The Lab Guest Client extension enables you to participate in a  web, audio                    

Informações Básicas da Extensão

Nome Lab Collaborate Extension Lab Collaborate Extension
ID inhhokalciifgapamlfoeeppobaaiboi
URL Oficial https://chromewebstore.google.com/detail/lab-collaborate-extension/inhhokalciifgapamlfoeeppobaaiboi
Descrição The Horizon Collaborate Guest client share extension to help the guest users in sharing desktop with the room attendees
Tamanho do Arquivo 22.08 KB
Contagem de Instalações 50
Versão Atual 2.0.1.2
Última Atualização 2021-07-29
Data de Publicação 2019-01-15
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": "Lab Collaborate Extension",
    "version": "2.0.1.2",
    "description": "The Horizon Collaborate Guest client share 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"
        ]
    }
}