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是由UXReality Dev開發的Chrome擴展程式,該擴展的主要功能是“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

下載UXReality for Chrome擴展crx文件

下載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
官方網址 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"
}