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.

Что такое UXReality for Chrome?

UXReality for Chrome - это расширение Chrome, разработанное UXReality Dev, и его основная функция - "UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения UXReality for Chrome

Скачайте файлы расширений UXReality for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название UXReality for Chrome UXReality for Chrome
ID ibpbamgbgdeaiabiedppnlpiegijnbdp
Официальный URL https://chromewebstore.google.com/detail/uxreality-for-chrome/ibpbamgbgdeaiabiedppnlpiegijnbdp
Описание UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.
Размер файла 39.79 KB
Количество установок 1,000
Текущая Версия 4.3.9
Последнее Обновление 2022-07-27
Дата публикации 2020-06-15
Разработчик UXReality Dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://uxreality.com/
URL страницы помощи https://uxreality.com/#contact
URL страницы политики конфиденциальности https://www.uxreality.com/privacy-policy
Поддерживаемые языки 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"
}