QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

Co to jest QualSights Web Screen Sharing?

QualSights Web Screen Sharing to rozszerzenie Chrome opracowane przez https://www.qualsights.com, a jego główną funkcją jest „Extension to allow screen sharing in QualSights Web Application.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QualSights Web Screen Sharing

Pobierz pliki rozszerzeń QualSights Web Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
Oficjalny URL https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Opis Extension to allow screen sharing in QualSights Web Application.
Rozmiar pliku 14.36 KB
Liczba instalacji 104
Aktualna Wersja 0.0.0.7
Ostatnia Aktualizacja 2021-03-30
Data Publikacji 2019-09-17
Deweloper https://www.qualsights.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://qualsights.com/
Adres URL Strony Pomocy https://qualsights.com/contact-us
Adres URL Strony Polityki Prywatności https://qualsights.com/privacy-policy
Obsługiwane Języki 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"
    }
}