QualSights Web Screen Sharing

Extension to allow screen sharing in QualSights Web Application.

QualSights Web Screen Sharing là gì?

QualSights Web Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.qualsights.com, và tính năng chính của nó là "Extension to allow screen sharing in QualSights Web Application.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QualSights Web Screen Sharing

Tải xuống các tệp mở rộng QualSights Web Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QualSights Web Screen Sharing QualSights Web Screen Sharing
ID jehjckeolomclfbhpckmlmckpcjpiclh
URL Chính Thức https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh
Mô tả Extension to allow screen sharing in QualSights Web Application.
Kích Thước Tệp 14.36 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2021-03-30
Ngày Phát Hành 2019-09-17
Nhà Phát Triển https://www.qualsights.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://qualsights.com/
URL Trang Trợ Giúp https://qualsights.com/contact-us
URL Trang Chính Sách Bảo Mật https://qualsights.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}