QualSights Web Screen Sharing
Extension to allow screen sharing in QualSights Web Application.
Cos'è QualSights Web Screen Sharing?
QualSights Web Screen Sharing è un'estensione di Chrome sviluppata da https://www.qualsights.com, e la sua funzione principale è "Extension to allow screen sharing in QualSights Web Application.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QualSights Web Screen Sharing
Scarica i file di estensione QualSights Web Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | QualSights Web Screen Sharing |
ID | jehjckeolomclfbhpckmlmckpcjpiclh |
URL Ufficiale | https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh |
Descrizione | Extension to allow screen sharing in QualSights Web Application. |
Dimensione del File | 14.36 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 0.0.0.7 |
Ultimo Aggiornamento | 2021-03-30 |
Data di Pubblicazione | 2019-09-17 |
Sviluppatore | https://www.qualsights.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://qualsights.com/ |
URL della Pagina di Aiuto | https://qualsights.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://qualsights.com/privacy-policy |
Lingue Supportate | 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" } } |