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ファイルをダウンロード

MeasuringU-IQ survey extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}