UserHappy

UserHappy

UserHappy란 무엇입니까?

UserHappy은(는) UserHappy, Astriata LLC.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UserHappy"입니다.

확장 프로그램 스크린샷

screenshot

UserHappy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension records its user's screen activities including audio for usability testing on the websites provided by userhappy's website. This extension is only for the users who are working with userhappy website as a participant. It uses the user's cookies to check whether they are logged in to userhappy website or not and then starts recording user's desktop screen after permission and shows task card on the website he opened. After the completion of test, the video recorded of his screen uploaded on our servers for further analysis. Then we show push notification to user's screen with the message of screen video is uploaded                    

확장 프로그램 기본 정보

이름 UserHappy UserHappy
ID mfgjoembkgmbmjmcmgfgimbolaeklobe
공식 URL https://chromewebstore.google.com/detail/userhappy/mfgjoembkgmbmjmcmgfgimbolaeklobe
설명 UserHappy
파일 크기 1.92 MB
설치 횟수 388
현재 버전 1.5.1.1
최근 업데이트 2023-08-08
출시 날짜 2019-09-26
평점 5.00/5 총 1 개의 평점
개발자 UserHappy, Astriata LLC.
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UserHappy",
    "description": "UserHappy",
    "homepage_url": "https:\/\/userhappy.com",
    "version": "1.5.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/assets\/images\/logo16.png",
        "32": "\/assets\/images\/logo32.png",
        "48": "\/assets\/images\/logo48.png",
        "128": "\/assets\/images\/logo128.png"
    },
    "action": {
        "default_icon": "\/assets\/images\/logo128.png",
        "default_title": "UserHappy",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.userhappy-accounts.com\/*",
                "https:\/\/userhappy-accounts.com\/*"
            ],
            "js": [
                "content-scripts\/userhappy-accounts.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "tabGroups",
        "activeTab",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "volume-meter-processor.js",
                "assets\/fonts\/museo-sans-300.ttf",
                "assets\/fonts\/MuseoSans_500.otf",
                "assets\/images\/Logo-text.png",
                "assets\/images\/close.png",
                "assets\/images\/closeHover.png",
                "assets\/images\/logo.svg",
                "assets\/images\/logoButton.svg",
                "assets\/images\/nextButton.svg",
                "assets\/images\/speakerButton.svg",
                "assets\/images\/doneButton.png",
                "assets\/images\/micButton.svg",
                "assets\/images\/speaker.png",
                "assets\/images\/mute.png",
                "assets\/images\/loader.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}