QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

QualSights Web Screen Sharingคืออะไร?

QualSights Web Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.qualsights.com และคุณลักษณะหลักของมันคือ "Extension to allow screen sharing in QualSights Web Application."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QualSights Web Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}