QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

Co je QualSights Web Screen Sharing?

QualSights Web Screen Sharing je rozšíření Chrome vyvinuté https://www.qualsights.com, a jeho hlavní funkcí je „Extension to allow screen sharing in QualSights Web Application.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření QualSights Web Screen Sharing

Stáhněte si soubory rozšíření QualSights Web Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
Oficiální URL https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Popis Extension to allow screen sharing in QualSights Web Application.
Velikost souboru 14.36 KB
Počet instalací 104
Aktuální Verze 0.0.0.7
Poslední Aktualizace 2021-03-30
Datum Vydání 2019-09-17
Vývojář https://www.qualsights.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://qualsights.com/
URL Stránky Nápovědy https://qualsights.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://qualsights.com/privacy-policy
Podporované Jazyky 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"
    }
}