UserAdvocate

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

UserAdvocate là gì?

UserAdvocate là một tiện ích mở rộng Chrome được phát triển bởi https://uxarmy.com, và tính năng chính của nó là "Use the UserAdvocate extension to participate in user studies you received via UXArmy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UserAdvocate

Tải xuống các tệp mở rộng UserAdvocate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UserAdvocate UserAdvocate
ID gckbkibdgldakpaepgppcjkjpcbfmjec
URL Chính Thức https://chromewebstore.google.com/detail/useradvocate/gckbkibdgldakpaepgppcjkjpcbfmjec
Mô tả Use the UserAdvocate extension to participate in user studies you received via UXArmy.
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 1,629
Phiên Bản Hiện Tại 4.0.15
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://uxarmy.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.uxarmy.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}