UXCrowd

Запись тестовых видео

What is UXCrowd?

UXCrowd is a Chrome extension developed by https://uxcrowd.ru, and its main feature is "Запись тестовых видео".

Extension Screenshots

screenshot
screenshot
screenshot

Download UXCrowd Extension CRX File

Download UXCrowd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Приложение для выполнения тестов на платформе UXCrowd .
Полный функционал приложения доступен зарегистрированным на сайте https://uxcrowd.ru/ пользователям-тестировщикам. С помощью приложения вы сможете зарабатывать, тестируя мобильные приложения и адаптивные версии веб-сайтов..                    

Extension Basic Information

Name UXCrowd UXCrowd
ID dfhbnhciflaelghihmdfldmlpfbiobgc
Official URL https://chromewebstore.google.com/detail/uxcrowd/dfhbnhciflaelghihmdfldmlpfbiobgc
Description Запись тестовых видео
File Size 1.37 MB
Installation Count 2,765
Current Version 2.0.62
Last Updated 2021-03-17
Publish Date 2020-06-19
Rating 3.24/5 Total 17 Ratings
Developer https://uxcrowd.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://uxcrowd.ru/file/plugin_agreement.pdf
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "author": "UXCrowd",
    "version": "2.0.62",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "__MSG_extDescription__",
    "externally_connectable": {
        "matches": [
            "https:\/\/ru.uxcrowd.pflb.fzl.su\/*",
            "http:\/\/localhost\/*",
            "*:\/\/*.uxcrowd.ru\/*",
            "*:\/\/*.uxcrowd.io\/*"
        ]
    },
    "default_locale": "ru",
    "background": {
        "scripts": [
            "js\/libraries\/jquery.js",
            "js\/libraries\/RecordRTC.min.js",
            "js\/config.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/config.js",
                "js\/libraries\/jquery.js",
                "js\/libraries\/templater.js",
                "js\/content\/include.js",
                "js\/content\/injected_modal.js"
            ],
            "css": [
                "css\/uxc_client_injected_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "UXCrowd Recorder"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "desktopCapture",
        "cookies",
        "tabs",
        "management",
        "activeTab",
        "system.cpu",
        "system.memory",
        "system.storage",
        ""
    ],
    "web_accessible_resources": [
        "js\/config.js",
        "tmpl\/tmpl.html",
        "tmpl\/tmpl_plugin.html",
        "js\/content\/injected_modal.js",
        "css\/uxc_client_injected_style.css",
        "css\/uxc_injected_style.css",
        "manifest.json",
        "images\/loader.gif",
        "images\/en\/instruction.gif",
        "images\/ru\/instruction.gif",
        "images\/Spinner-1s-80px.gif",
        "images\/printscreen.png",
        "images\/uxc_arrow_input.svg",
        "images\/printscreen_two.png",
        "images\/uxc_pause.svg",
        "images\/close.svg",
        "images\/mic_good_full.svg",
        "images\/mic_good.svg",
        "images\/en\/uxc_right_img.png",
        "images\/ru\/uxc_right_img.png",
        "images\/ru\/mac_instruction_1.png",
        "images\/ru\/mac_instruction_2.png",
        "images\/uxc_left_img.png",
        "images\/uxc_rec.gif",
        "images\/uxc_info_select_one.png",
        "images\/uxc_info_select_two.png",
        "images\/ru\/bad_mic1.png",
        "images\/ru\/bad_mic2.png",
        "images\/ru\/bad_mic3.png",
        "images\/ru\/bad_mic4.png",
        "images\/ru\/bad_mic5.png",
        "images\/ru\/bad_mic.png",
        "images\/ru\/logo.svg",
        "js\/content\/script_popup.js"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqKnlbp\/a4ZYqgRFsz5vAiXPjnYJCYXAr1xqS64xz9Yf\/KcFVAJUUshza9Hdmfi0uNFaE5uof2hPP4o2VcPmzLMvBk41sZ0CWeQiPD0NT41bxax6+PK1\/Z3TFHzz01f81LYb+hQS7Do6X00Ndf+YFI\/8eIuc+fnNe\/89Ou2jo5PoeneuGpqX+EJAt+\/N\/Xoa54FzyPEGe9ovyDnOR+JL9a\/jijnjnyFD6LPeCM9WENZEJDh7w4hVW28JsyuFIKd73YONzUJU+aG2jvZ5oeRh7iY7G6lnQrZ\/GN2gYFREI0gi5DAafSsyIPxAtMttqQrfcRIN1mD51vQW49gb05H4XywIDAQAB"
}