Alfa Usability Recorder

Инструмент для юзабилити-тестирования (Альфа-Банк)

What is Alfa Usability Recorder?

Alfa Usability Recorder is a Chrome extension developed by https://usability.alfabank.ru, and its main feature is "Инструмент для юзабилити-тестирования (Альфа-Банк)".

Extension Screenshots

screenshot

Download Alfa Usability Recorder Extension CRX File

Download Alfa Usability Recorder 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

                        Расширение предназначено для записи сессий юзабилити-тестирования, проводимых Альфа-Банком.

Вопросы безопасности:

- РАСШИРЕНИЕ РАБОТАЕТ ТОЛЬКО ВО ВРЕМЯ СЕССИИ ТЕСТИРОВАНИЯ (после чего деактивируется).

- Расширение записывает все действия только на страницах alfabank.ru.

- Все записанные действия сохраняются в обезличенном виде.                    

Extension Basic Information

Name Alfa Usability Recorder Alfa Usability Recorder
ID oknknkcanikhjphbfmiepkimlpaffpkf
Official URL https://chromewebstore.google.com/detail/alfa-usability-recorder/oknknkcanikhjphbfmiepkimlpaffpkf
Description Инструмент для юзабилити-тестирования (Альфа-Банк)
File Size 149 KB
Installation Count 55
Current Version 0.9.5
Last Updated 2015-08-21
Publish Date 2015-08-21
Rating 5.00/5 Total 2 Ratings
Developer https://usability.alfabank.ru
Payment Type free
Extension Website http://usability.alfabank.ru/
Supported Languages 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": "Alfa Usability Recorder",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u044e\u0437\u0430\u0431\u0438\u043b\u0438\u0442\u0438-\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f (\u0410\u043b\u044c\u0444\u0430-\u0411\u0430\u043d\u043a)",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/alfabank.ru\/",
    "version": "0.9.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/usability.alfabank.ru\/"
    ]
}