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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

- Расширение записывает все действия только на страницах 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\/*"
        ]
    }
}