QualSights Web Screen Sharing
Extension to allow screen sharing in QualSights Web Application.
什么是QualSights Web Screen Sharing?
QualSights Web Screen Sharing是由https://www.qualsights.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow screen sharing in QualSights Web Application.”。
扩展截图
下载QualSights Web Screen Sharing扩展crx文件
下载QualSights Web Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | QualSights Web Screen Sharing |
ID | jehjckeolomclfbhpckmlmckpcjpiclh |
官方URL | https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh |
简介 | Extension to allow screen sharing in QualSights Web Application. |
文件大小 | 14.36 KB |
安装次数 | 104 |
当前版本 | 0.0.0.7 |
更新时间 | 2021-03-30 |
上架时间 | 2019-09-17 |
开发者 | https://www.qualsights.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://qualsights.com/ |
帮助页面URL | https://qualsights.com/contact-us |
隐私政策页面URL | https://qualsights.com/privacy-policy |
支持的语言 | 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" } } |