Userlytics WebRecorder

Userlytics WebRecorder

Userlytics WebRecorderคืออะไร?

Userlytics WebRecorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.userlytics.com และคุณลักษณะหลักของมันคือ "Userlytics WebRecorder"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Userlytics WebRecorder

ดาวน์โหลดไฟล์ส่วนขยาย Userlytics WebRecorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Take paid Userlytics tests right from your browser with our easy-to-use web recorder with extension.

To use this application, you must first be invited to take a Userlytics test.

Userlytics, a leading global platform for easy and intuitive remote user experience testing, makes online usability testing easier than ever with its new web recorder with extension. Test participants can dive right into remote usability tests right from their browser by downloading this fast and secure web extension. Our solution to fast and simple remote UX testing is compatible on the most popular web browsers and across all major operating systems.

The web recorder with extension allows for easy participant onboarding and a smoother testing experience. Participants can take most tests without ever switching tabs, with test tasks appearing as an overlay on the test screen.

Userlytics’ Web Recorder with Extension offers the following benefits:

Task instructions/question overlay (No tab switching needed)
Compatibility with the latest version of the most commonly used browsers, including Google Chrome, Firefox, and Microsoft Edge
Compatibility with all major operating systems

To learn more about Userlytics and paid testing opportunities, please visit Userlytics.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Userlytics WebRecorder Userlytics WebRecorder
ID obkkocadgppbbgkhcgojpjhpphhcgjfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/userlytics-webrecorder/obkkocadgppbbgkhcgojpjhpphhcgjfa
คำอธิบาย Userlytics WebRecorder
ขนาดไฟล์ 5.13 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.1.20
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2021-07-05
คะแนน 4.13/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://www.userlytics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.userlytics.com/tos-testers
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Userlytics WebRecorder",
    "description": "Userlytics WebRecorder",
    "version": "1.1.20",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16-on.png",
        "48": "icons\/icon-48x48-on.png",
        "128": "icons\/icon-128x128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16x16-off.png",
            "48": "icons\/icon-48x48-off.png",
            "128": "icons\/icon-128x128-off.png"
        },
        "default_title": "Userlytics",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.userlytics.com\/web-extension\/recorder\/?code=*",
                "*:\/\/*.userlytics.com\/web-extension\/?code=*",
                "*:\/\/localhost\/*\/web-extension\/?code=*"
            ],
            "js": [
                "js\/config.js",
                "js\/iframe.js",
                "www\/js\/bex-content-script.js",
                "js\/content-test-script.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*\/web-extension\/?code=*",
                "*:\/\/*.userlytics.com\/web-extension\/?code=*",
                "*:\/\/*.userlytics.com\/web-extension\/index.html?code=*",
                "*:\/\/*.userlytics.com\/thanks-participating.html?lang=*",
                "*:\/\/*.userlytics.com\/*\/thanks-participating.html?lang=*",
                "*:\/\/*.userlytics.com\/*\/thanks-abandoned.html?lang=*"
            ],
            "js": [
                "js\/config.js",
                "js\/iframe.js",
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}