Usability Recorder

Remote usability testing tool

Usability Recorderとは何ですか?

Usability Recorderはhttps://fabuza.comによって開発されたChromeの拡張機能で、その主な機能は「Remote usability testing tool」です。

拡張機能のスクリーンショット

screenshot
screenshot

Usability Recorder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension is intended to record the usability study sessions for Fabuza.com service.
To work with the extension, you need to get a unique link to the usability test from its organizers.

Security questions:
- EXTENSION WORKS ONLY DURING STUDY SESSIONS (and then deactivates)
- Records all user actions only on the tesed sites.
- All recorded activities are stored in anonymous form.
- Extension will be removed automatically after completing the study                    

拡張機能の基本情報

名前 Usability Recorder Usability Recorder
ID fbffaafomcgnbgcakjcjmjjnfmominbg
公式URL https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg
説明 Remote usability testing tool
ファイルサイズ 218 KB
インストール数 2,286
現在のバージョン 0.14.75
最終更新日 2019-11-21
公開日 2019-11-18
評価 3.00/5 合計 18 レビュー
開発者 https://fabuza.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fabuza.com
プライバシーポリシーページのURL https://test.sensostudy.com/privacy_en.html
対応言語 de,en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "__MSG_info_description__",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/fabuza.ru\/",
    "version": "0.14.75",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "",
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/beta-test-fabuza.azurewebsites.net\/*",
            "https:\/\/test.fabuza.ru\/*",
            "https:\/\/beta-test.fabuza.ru\/*",
            "https:\/\/test.fabuza.com\/*",
            "https:\/\/localhost\/*"
        ]
    }
}