Usability Recorder

Remote usability testing tool

Usability Recorderคืออะไร?

Usability Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fabuza.com และคุณลักษณะหลักของมันคือ "Remote usability testing tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Usability Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}