QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

Qu'est-ce que QualSights Web Screen Sharing ?

QualSights Web Screen Sharing est une extension Chrome développée par https://www.qualsights.com, et sa fonction principale est "Extension to allow screen sharing in QualSights Web Application.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QualSights Web Screen Sharing

Téléchargez les fichiers d'extension QualSights Web Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
URL Officiel https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Description Extension to allow screen sharing in QualSights Web Application.
Taille du Fichier 14.36 KB
Nombre d'Installations 104
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2021-03-30
Date de Publication 2019-09-17
Développeur https://www.qualsights.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://qualsights.com/
URL de la Page d'Aide https://qualsights.com/contact-us
URL de la Page de Politique de Confidentialité https://qualsights.com/privacy-policy
Langues Prises en Charge 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"
    }
}