Usability Recorder

Remote usability testing tool

Что такое Usability Recorder?

Usability Recorder - это расширение Chrome, разработанное https://fabuza.com, и его основная функция - "Remote usability testing tool".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Usability Recorder

Скачайте файлы расширений Usability Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension is intended to record the usability study sessions for Fabuza.com service.
To work with the extension, you need to get a unique link to the usability test from its organizers.

Security questions:
- EXTENSION WORKS ONLY DURING STUDY SESSIONS (and then deactivates)
- Records all user actions only on the tesed sites.
- All recorded activities are stored in anonymous form.
- Extension will be removed automatically after completing the study                    

Основная информация о расширении

Название Usability Recorder Usability Recorder
ID fbffaafomcgnbgcakjcjmjjnfmominbg
Официальный URL https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg
Описание Remote usability testing tool
Размер файла 218 KB
Количество установок 2,286
Текущая Версия 0.14.75
Последнее Обновление 2019-11-21
Дата публикации 2019-11-18
Рейтинг 3.00/5 Всего 18 оценок
Разработчик https://fabuza.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://fabuza.com
URL страницы политики конфиденциальности https://test.sensostudy.com/privacy_en.html
Поддерживаемые языки de,en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "__MSG_info_description__",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/fabuza.ru\/",
    "version": "0.14.75",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "",
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/beta-test-fabuza.azurewebsites.net\/*",
            "https:\/\/test.fabuza.ru\/*",
            "https:\/\/beta-test.fabuza.ru\/*",
            "https:\/\/test.fabuza.com\/*",
            "https:\/\/localhost\/*"
        ]
    }
}