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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}