Alfa Usability Recorder

Instrument for usability testing (Alfa-Bank)

Wat is Alfa Usability Recorder?

Alfa Usability Recorder is een Chrome-extensie ontwikkeld door http://usability.alfabank.ru, en de belangrijkste functie is "Instrument for usability testing (Alfa-Bank)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Alfa Usability Recorder

Download Alfa Usability Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

Basisinformatie over de Extensie

Naam Alfa Usability Recorder Alfa Usability Recorder
ID gbjlbconmlejdpafdhifkajobknlpogo
Officiële URL https://chrome.google.com/webstore/detail/alfa-usability-recorder/gbjlbconmlejdpafdhifkajobknlpogo
Beschrijving Instrument for usability testing (Alfa-Bank)
Bestandsgrootte 219 KB
Aantal Installaties 111
Huidige Versie 0.14.57
Laatst Bijgewerkt 2018-10-26
Publicatiedatum 2018-10-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://usability.alfabank.ru
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}