QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

Apa itu QualSights Web Screen Sharing?

QualSights Web Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://www.qualsights.com, dan fitur utamanya adalah "Extension to allow screen sharing in QualSights Web Application.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi QualSights Web Screen Sharing

Unduh file ekstensi QualSights Web Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
URL Resmi https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Deskripsi Extension to allow screen sharing in QualSights Web Application.
Ukuran File 14.36 KB
Jumlah Instalasi 104
Versi Saat Ini 0.0.0.7
Terakhir Diperbarui 2021-03-30
Tanggal Publikasi 2019-09-17
Pengembang https://www.qualsights.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://qualsights.com/
URL Halaman Bantuan https://qualsights.com/contact-us
URL Halaman Kebijakan Privasi https://qualsights.com/privacy-policy
Bahasa yang Didukung 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"
    }
}