Userbrain Recorder

Participate in Userbrain tests and record your screen and audio directly from your browser.

Userbrain Recorder क्या है?

Userbrain Recorder https://tester.userbrain.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Participate in Userbrain tests and record your screen and audio directly from your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Userbrain Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Userbrain Recorder lets you participate in user tests and is only active whilst completing a test for which you’ve opted in.

Userbrain is an online tool, backed by thousands of testers, making user testing fast, simple, and affordable. With fast, simple, and affordable user tests, we empower designers, UX experts, founders, and marketers to build products people love to use.

If you don’t have an account yet, register here: tester.userbrain.net

How to start your first test
You can start your first test by clicking on the Userbrain Icon - it might be hidden inside a puzzle like icon next to your browser’s address bar. Make sure to pin the Userbrain Recorder for easy access.

Please check out our knowledge base in case you need help: kb.userbrain.net

Privacy Notice
The Userbrain Recorder will lay dormant and will only be active during a usability test which you have opted in to. A test will only begin after you have been given a specific URL and instructions on how to begin the test.

The Userbrain Recorder will stop once the test is completed or exited.                    

एक्सटेंशन की मूल जानकारी

नाम Userbrain Recorder Userbrain Recorder
ID llgephbnjacepipaoflhmabeclnghfic
आधिकारिक URL https://chromewebstore.google.com/detail/userbrain-recorder/llgephbnjacepipaoflhmabeclnghfic
विवरण Participate in Userbrain tests and record your screen and audio directly from your browser.
फ़ाइल का आकार 948 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-05-06
रेटिंग 3.21/5 कुल 43 रेटिंग्स
डेवलपर https://tester.userbrain.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tester.userbrain.com/
सहायता पृष्ठ URL https://userbrain-testers.groovehq.com/help
गोपनीयता नीति पृष्ठ URL https://tester.userbrain.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Userbrain Recorder",
    "version": "2.0.6.0",
    "version_name": "2.0.6",
    "description": "Participate in Userbrain tests and record your screen and audio directly from your browser.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.userbrain.com\/*",
        "https:\/\/ub-uploads-eu1.s3-accelerate.amazonaws.com\/*",
        "https:\/\/ub-uploads-us1.s3-accelerate.amazonaws.com\/*",
        "https:\/\/ub-uploads-eu1-dev.s3-accelerate.amazonaws.com\/*",
        "https:\/\/ub-uploads-us1-dev.s3-accelerate.amazonaws.com\/*",
        "https:\/\/upload.wistia.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "View all available tests",
        "default_popup": "popup.html"
    }
}