Alfa Usability Recorder
Instrument for usability testing (Alfa-Bank)
What is Alfa Usability Recorder?
Alfa Usability Recorder is a Chrome extension developed by http://usability.alfabank.ru, and its main feature is "Instrument for usability testing (Alfa-Bank)".
Extension Screenshots
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 | |
ID | gbjlbconmlejdpafdhifkajobknlpogo |
Official URL | https://chrome.google.com/webstore/detail/alfa-usability-recorder/gbjlbconmlejdpafdhifkajobknlpogo |
Description | Instrument for usability testing (Alfa-Bank) |
File Size | 219 KB |
Installation Count | 111 |
Current Version | 0.14.57 |
Last Updated | 2018-10-26 |
Publish Date | 2018-10-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://usability.alfabank.ru |
Payment Type | free |
Supported Languages | 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", " |