UserHappy

UserHappy

什麼是UserHappy?

UserHappy是由UserHappy, Astriata LLC.開發的Chrome擴展程式,該擴展的主要功能是“UserHappy”。

擴展截圖

screenshot

下載UserHappy擴展crx文件

下載UserHappy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}