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.

O que é UXReality for Chrome?

UXReality for Chrome é uma extensão do Chrome desenvolvida por UXReality Dev, e sua principal característica é "UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UXReality for Chrome

Baixe arquivos de extensão UXReality for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UXReality for Chrome UXReality for Chrome
ID ibpbamgbgdeaiabiedppnlpiegijnbdp
URL Oficial https://chromewebstore.google.com/detail/uxreality-for-chrome/ibpbamgbgdeaiabiedppnlpiegijnbdp
Descrição UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.
Tamanho do Arquivo 39.79 KB
Contagem de Instalações 1,000
Versão Atual 4.3.9
Última Atualização 2022-07-27
Data de Publicação 2020-06-15
Desenvolvedor UXReality Dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://uxreality.com/
URL da Página de Ajuda https://uxreality.com/#contact
URL da Página de Política de Privacidade https://www.uxreality.com/privacy-policy
Idiomas Suportados 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"
}