UXReality for Chrome

UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.

¿Qué es UXReality for Chrome?

UXReality for Chrome es una extensión de Chrome desarrollada por UXReality Dev, y su función principal es "UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UXReality for Chrome

Descarga archivos de extensión UXReality for Chrome 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

                        By installing the extension, you agree to UXReality’s Terms and Conditions (www.uxreality.com/terms-of-use).

Please note: This extension is a part of the UXReality solution* (an online platform for remote user tests). For using this app you need to get invitation code from a research project owner.

If you are the research project owner and just want to try going through your test as a responder, then go to your account on desktop, open a project you need. In the "Invite testers" tab you'll see the code (generated automatically) - copy it and paste it in UXReality app when asked.

*What is UXReality solution
UXReality is an AI-powered online platform for remote user tests. It is a full-fledged online solution for remote UX/CX research on mobile and desktop. It allows running user tests for prototypes as well as for live websites and apps. Powered by AI, UXReality completely replaces the traditional usability lab by moving tools for tracking users' visual attention (eye-tracking) and facial expressions (facial coding) online. UXReality switches the user research industry from bulky and tied to central location labs to elegant and fast virtual solutions.

UXReality is committed to international compliance with data protection laws, regulation and rules. We adhere to basic principles on data protection and adopt the fundamental principles of the EU’s GDPR.

How it works
1. Register an account at uxreality.com
2. Create a project
3. Choose the digital product for user testing - prototype, live website or app
3. Set the task for users
4. Select the testers (your own or via built-in panels)
5. Ask your testers to install this app and send them the invitation code (generated automatically after the project setup) so that they could participate in your test from their mobile devices.

Why you'll love UXReality
Touch the universe of deep insights via one easy app:
- Where users look (eye-tracking data via front-facing cam)
- What they feel (facial expressions data via front-facing cam)
- What they click and how they scroll (screen recordings)
- What they say (via voice recording and surveys)

UXReality technology has been named the Best Conversion Rate Optimization Technology 2019 at the respected The Marketing Technology Award hosted by ClickZ & Search Engine Watch. This award consolidates our leadership in the online user testing industry and proves the completeness of our solution.

So, just tap & capture! Create awesome digital experience by seeing through users’ eyes, understanding their feelings, knowing what they think via one AI-powered app for getting mobile behavior insights.                    

Información Básica de la Extensión

Nombre UXReality for Chrome UXReality for Chrome
ID ibpbamgbgdeaiabiedppnlpiegijnbdp
URL Oficial https://chromewebstore.google.com/detail/uxreality-for-chrome/ibpbamgbgdeaiabiedppnlpiegijnbdp
Descripción UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.
Tamaño del Archivo 39.79 KB
Cantidad de Instalaciones 1,000
Versión Actual 4.3.9
Última Actualización 2022-07-27
Fecha de Publicación 2020-06-15
Desarrollador UXReality Dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://uxreality.com/
URL de la Página de Ayuda https://uxreality.com/#contact
URL de la Página de Política de Privacidad https://www.uxreality.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "name": "UXReality for Chrome",
    "description": "UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "MediaRecorderHelper.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "images\/logo_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr2+OErZqPBRbFmktfOrL6X0Cb06uFkzdjAPVNhGgowl6VYPOFf\/LP6sc6obwgQkt0\/WPpWyih+6V6c+x\/2EsMrurT3TyePeR3SNRslLKIElCAWFxbQw4nwmaTSybvRGC0E0easzV4YEob1DN8\/zHyZGgHq0L8YFPUoxzUU3cVpelMZvMnK7g9MaG3CiSFN8mp4f8rCrVybygtnKj8xVSguhsvy08y5N0apTj23nT8d9A6uTPYhjfmpSn\/egwhkclDG3x8v1VoE+H6itAGz6wwivtqqcGuSaFjpwmT+EopKOosBrOYDvakXAh\/782nAy5NjD6C61bJ6s9wS4a2SYndwIDAQAB",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/surv.uxreality.com\/*",
            "*:\/\/startsurvey.2futureresearch.com\/*"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.3.9"
}