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 |
Eメール | [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" } } |