MeasuringU-IQ survey extension

This extension supports MeasuringU surveys.

MeasuringU-IQ survey extension là gì?

MeasuringU-IQ survey extension là một tiện ích mở rộng Chrome được phát triển bởi https://cxsurveys.com, và tính năng chính của nó là "This extension supports MeasuringU surveys.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MeasuringU-IQ survey extension

Tải xuống các tệp mở rộng MeasuringU-IQ survey extension 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

                        This is a package to allow for the recording of the user's screen when taking a survey on our survey platform MU-IQ. It only works when you are taking one of our surveys.

The extension displays tasks in small window in your browser. It records how long it takes you to complete a task and where you click on the page. It can easily be uninstalled from Chrome at any time.

version 2.1.5                    

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

Tên MeasuringU-IQ survey extension MeasuringU-IQ survey extension
ID eocobhdapiaeehkkeondnhbppmbeeoic
URL Chính Thức https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic
Mô tả This extension supports MeasuringU surveys.
Kích Thước Tệp 280 KB
Số Lần Cài Đặt 5,837
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2023-11-25
Ngày Phát Hành 2020-06-24
Đánh Giá 4.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://cxsurveys.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.measuringu.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.5",
    "author": "Measuring Usability LLC",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "default_locale": "en",
    "icons": {
        "16": "\/assets\/muiq-16.png",
        "48": "\/assets\/muiq-48.png",
        "128": "\/assets\/muiq-128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "\/assets\/muiq-19.png",
            "38": "\/assets\/muiq-38.png"
        }
    },
    "background": {
        "scripts": [
            "services.js"
        ]
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/admin",
                "*:\/\/*\/administrator"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*"
    ],
    "content_security_policy": "script-src 'self'; img-src data:; object-src 'self'"
}