Usability Recorder

Remote usability testing tool

¿Qué es Usability Recorder?

Usability Recorder es una extensión de Chrome desarrollada por https://fabuza.com, y su función principal es "Remote usability testing tool".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Usability Recorder

Descarga archivos de extensión Usability Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Usability Recorder Usability Recorder
ID fbffaafomcgnbgcakjcjmjjnfmominbg
URL Oficial https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg
Descripción Remote usability testing tool
Tamaño del Archivo 218 KB
Cantidad de Instalaciones 2,286
Versión Actual 0.14.75
Última Actualización 2019-11-21
Fecha de Publicación 2019-11-18
Calificación 3.00/5 Total de 18 Calificaciones
Desarrollador https://fabuza.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fabuza.com
URL de la Página de Política de Privacidad https://test.sensostudy.com/privacy_en.html
Idiomas Soportados 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\/*"
        ]
    }
}