Alfa Usability Recorder

Instrument for usability testing (Alfa-Bank)

Alfa Usability Recorder là gì?

Alfa Usability Recorder là một tiện ích mở rộng Chrome được phát triển bởi http://usability.alfabank.ru, và tính năng chính của nó là "Instrument for usability testing (Alfa-Bank)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alfa Usability Recorder

Tải xuống các tệp mở rộng Alfa Usability Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alfa Usability Recorder Alfa Usability Recorder
ID gbjlbconmlejdpafdhifkajobknlpogo
URL Chính Thức https://chrome.google.com/webstore/detail/alfa-usability-recorder/gbjlbconmlejdpafdhifkajobknlpogo
Mô tả Instrument for usability testing (Alfa-Bank)
Kích Thước Tệp 219 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.14.57
Cập Nhật Lần Cuối 2018-10-26
Ngày Phát Hành 2018-10-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://usability.alfabank.ru
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}