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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
官方網址 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"
    }
}