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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}