QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

O que é QualSights Web Screen Sharing?

QualSights Web Screen Sharing é uma extensão do Chrome desenvolvida por https://www.qualsights.com, e sua principal característica é "Extension to allow screen sharing in QualSights Web Application.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QualSights Web Screen Sharing

Baixe arquivos de extensão QualSights Web 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

                        QualSights is a qualitative insights platform used by brands and agencies around the world to conduct research. Our Chrome extension is used to to enable screen sharing during video interviews and focus groups.

IMPORTANT NOTE: Currently this extension can only be used by people who have received an access code to a specific qualitative research project.                    

Informações Básicas da Extensão

Nome QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
URL Oficial https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Descrição Extension to allow screen sharing in QualSights Web Application.
Tamanho do Arquivo 14.36 KB
Contagem de Instalações 104
Versão Atual 0.0.0.7
Última Atualização 2021-03-30
Data de Publicação 2019-09-17
Desenvolvedor https://www.qualsights.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://qualsights.com/
URL da Página de Ajuda https://qualsights.com/contact-us
URL da Página de Política de Privacidade https://qualsights.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "QualSights Web Screen Sharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for QualSights",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.7",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in QualSights Web Application.",
    "externally_connectable": {
        "matches": [
            "*:\/\/clients.qualsights.com\/*",
            "*:\/\/clients.georama.com\/*",
            "*:\/\/enterprise-dev2.georama.com\/*",
            "*:\/\/enterprise-dev.georama.com\/*",
            "*:\/\/development.qualsights.com\/*",
            "*:\/\/staging.qualsights.com\/*",
            "*:\/\/reports.qualsights.com\/*"
        ]
    },
    "icons": {
        "128": "128w.png",
        "16": "16w.png",
        "48": "48w.png"
    },
    "browser_action": {
        "default_icon": "16w.png"
    }
}