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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}