hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

O que é hqmeetup screen sharing?

hqmeetup screen sharing é uma extensão do Chrome desenvolvida por http://castrr.live, e sua principal característica é "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão hqmeetup screen sharing

Baixe arquivos de extensão hqmeetup screen sharing 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 chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

Informações Básicas da Extensão

Nome hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
URL Oficial https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
Descrição This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Tamanho do Arquivo 97.85 KB
Contagem de Instalações 291
Versão Atual 2.0
Última Atualização 2018-11-30
Data de Publicação 2018-11-30
Desenvolvedor http://castrr.live
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hqmeetup.com
URL da Página de Ajuda https://hqwebinar.com/dashboard/support/docs
URL da Página de Política de Privacidade https://hqwebinar.com/dashboard/support/docs/terms.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}