UserAdvocate

Use the UserAdvocate extension to participate in user studies you received via UXArmy.

什么是UserAdvocate?

UserAdvocate是由https://uxarmy.com开发的Chrome扩展程序,该扩展的主要功能是“Use the UserAdvocate extension to participate in user studies you received via UXArmy.”。

扩展截图

screenshot

下载UserAdvocate扩展crx文件

下载UserAdvocate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use the UserAdvocate extension to take a User study from UXArmy. This extension would allow you to take a user study on your desktop using Google Chrome browser. During the User study, the screen of your computer and your voice (and optionally the Camera) would be recorded, therefore make sure you are in a quiet environment and all other personal / confidential applications are closed. The extension is only active during the time between the starting of a user study and completing the submission of results.

After you complete the User Study and submit results, it would usually take less than 10 minutes to upload your response to our server. After that give us couple of days to review your work. If the responses are accepted by the owner of the User study, you would be paid the incentives.

In case are not yet registered as a User Advocate with UXArmy, please register here https://www.uxarmy.com/user-advocate                    

扩展基本信息

名称 UserAdvocate UserAdvocate
ID gckbkibdgldakpaepgppcjkjpcbfmjec
官方URL https://chromewebstore.google.com/detail/useradvocate/gckbkibdgldakpaepgppcjkjpcbfmjec
简介 Use the UserAdvocate extension to participate in user studies you received via UXArmy.
文件大小 1.6 MB
安装次数 1,629
当前版本 4.0.15
更新时间 2024-03-01
上架时间 2020-06-25
评分 5.00/5 共11次评分
开发者 https://uxarmy.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.uxarmy.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.15",
    "manifest_version": 3,
    "author": "UXArmy Pte. Ltd.",
    "name": "UserAdvocate",
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/www.uxarmy.com",
    "description": "Use the UserAdvocate extension to participate in user studies you received via UXArmy.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "type": "module",
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                ".\/css\/styles.css"
            ],
            "js": [
                ".\/js\/content_script.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.uxarmy.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.uxarmy.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "notifications",
        "sessions",
        "alarms"
    ]
}