QualSights Web Screen Sharing
Extension to allow screen sharing in QualSights Web Application.
Wat is QualSights Web Screen Sharing?
QualSights Web Screen Sharing is een Chrome-extensie ontwikkeld door https://www.qualsights.com, en de belangrijkste functie is "Extension to allow screen sharing in QualSights Web Application.".
Extensie Screenshots
Download het CRX-bestand van de extensie QualSights Web Screen Sharing
Download QualSights Web Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QualSights Web Screen Sharing |
ID | jehjckeolomclfbhpckmlmckpcjpiclh |
Officiële URL | https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh |
Beschrijving | Extension to allow screen sharing in QualSights Web Application. |
Bestandsgrootte | 14.36 KB |
Aantal Installaties | 104 |
Huidige Versie | 0.0.0.7 |
Laatst Bijgewerkt | 2021-03-30 |
Publicatiedatum | 2019-09-17 |
Ontwikkelaar | https://www.qualsights.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://qualsights.com/ |
Help Pagina-URL | https://qualsights.com/contact-us |
URL van de Privacybeleid Pagina | https://qualsights.com/privacy-policy |
Ondersteunde Talen | 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" } } |