QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

Vad är QualSights Web Screen Sharing?

QualSights Web Screen Sharing är en Chrome-tillägg utvecklad av https://www.qualsights.com, och dess huvudfunktion är "Extension to allow screen sharing in QualSights Web Application.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner QualSights Web Screen Sharing-förlängningens CRX-fil

Ladda ner QualSights Web Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
Officiell webbadress https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Beskrivning Extension to allow screen sharing in QualSights Web Application.
Filstorlek 14.36 KB
Antal Installationer 104
Aktuell Version 0.0.0.7
Senast Uppdaterad 2021-03-30
Publiceringsdatum 2019-09-17
Utvecklare https://www.qualsights.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://qualsights.com/
Hjälpsida URL https://qualsights.com/contact-us
URL till Sekretesspolicy Sidan https://qualsights.com/privacy-policy
Stödda Språk 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"
    }
}