MeasuringU-IQ survey extension

This extension supports MeasuringU surveys.

MeasuringU-IQ survey extension란 무엇입니까?

MeasuringU-IQ survey extension은(는) https://cxsurveys.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension supports MeasuringU surveys."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MeasuringU-IQ survey extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 MeasuringU-IQ survey extension MeasuringU-IQ survey extension
ID eocobhdapiaeehkkeondnhbppmbeeoic
공식 URL https://chromewebstore.google.com/detail/measuringu-iq-survey-exte/eocobhdapiaeehkkeondnhbppmbeeoic
설명 This extension supports MeasuringU surveys.
파일 크기 280 KB
설치 횟수 5,837
현재 버전 2.1.5
최근 업데이트 2023-11-25
출시 날짜 2020-06-24
평점 4.08/5 총 12 개의 평점
개발자 https://cxsurveys.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.measuringu.com/privacy
지원되는 언어 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'"
}