QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

What is QualSights Web Screen Sharing?

QualSights Web Screen Sharing is a Chrome extension developed by https://www.qualsights.com, and its main feature is "Extension to allow screen sharing in QualSights Web Application.".

Extension Screenshots

screenshot
screenshot
screenshot

Download QualSights Web Screen Sharing Extension CRX File

Download QualSights Web Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
Official URL https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Description Extension to allow screen sharing in QualSights Web Application.
File Size 14.36 KB
Installation Count 104
Current Version 0.0.0.7
Last Updated 2021-03-30
Publish Date 2019-09-17
Developer https://www.qualsights.com
Email [email protected]
Payment Type free
Extension Website https://qualsights.com/
Help Page URL https://qualsights.com/contact-us
Privacy Policy Page URL https://qualsights.com/privacy-policy
Supported Languages 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"
    }
}