Alfa Usability Recorder

Instrument for usability testing (Alfa-Bank)

什么是Alfa Usability Recorder?

Alfa Usability Recorder是由http://usability.alfabank.ru开发的Chrome扩展程序,该扩展的主要功能是“Instrument for usability testing (Alfa-Bank)”。

扩展截图

screenshot

下载Alfa Usability Recorder扩展crx文件

下载Alfa Usability Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

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

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

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

扩展基本信息

名称 Alfa Usability Recorder Alfa Usability Recorder
ID gbjlbconmlejdpafdhifkajobknlpogo
官方URL https://chrome.google.com/webstore/detail/alfa-usability-recorder/gbjlbconmlejdpafdhifkajobknlpogo
简介 Instrument for usability testing (Alfa-Bank)
文件大小 219 KB
安装次数 111
当前版本 0.14.57
更新时间 2018-10-26
上架时间 2018-10-26
评分 5.00/5 共3次评分
开发者 http://usability.alfabank.ru
付费类型 free
支持的语言 de,en,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": "ru",
    "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:\/\/usability.alfabank.ru\/",
    "version": "0.14.57",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "",
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/usability.alfabank.ru\/*"
        ]
    }
}