Usability Recorder

Remote usability testing tool

Usability Recorder란 무엇입니까?

Usability Recorder은(는) https://fabuza.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remote usability testing tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Usability Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
        ]
    }
}