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\/*"
        ]
    }
}