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.

Hvad er UXReality for Chrome?

UXReality for Chrome er en Chrome-udvidelse udviklet af UXReality Dev, og dens hovedfunktion er "UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download UXReality for Chrome-udvidelses-CRX-fil

Download UXReality for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UXReality for Chrome UXReality for Chrome
ID ibpbamgbgdeaiabiedppnlpiegijnbdp
Officiel URL https://chromewebstore.google.com/detail/uxreality-for-chrome/ibpbamgbgdeaiabiedppnlpiegijnbdp
Beskrivelse UXReality is an app to help UX professionals gain deep insight into user behavior on web and create awesome websites and apps.
Filstørrelse 39.79 KB
Antal Installationer 1,000
Nuværende Version 4.3.9
Senest Opdateret 2022-07-27
Udgivelsesdato 2020-06-15
Udvikler UXReality Dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://uxreality.com/
Hjælpeside-URL https://uxreality.com/#contact
URL til Fortrolighedspolitik Side https://www.uxreality.com/privacy-policy
Understøttede Sprog 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"
}