Usability Recorder
Remote usability testing tool
什么是Usability Recorder?
Usability Recorder是由https://fabuza.com开发的Chrome扩展程序,该扩展的主要功能是“Remote usability testing tool”。
扩展截图
下载Usability Recorder扩展crx文件
下载Usability Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension is intended to record the usability study sessions for Fabuza.com service.
To work with the extension, you need to get a unique link to the usability test from its organizers.
Security questions:
- EXTENSION WORKS ONLY DURING STUDY SESSIONS (and then deactivates)
- Records all user actions only on the tesed sites.
- All recorded activities are stored in anonymous form.
- Extension will be removed automatically after completing the study 扩展基本信息
| 名称 | |
| ID | fbffaafomcgnbgcakjcjmjjnfmominbg |
| 官方URL | https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg |
| 简介 | Remote usability testing tool |
| 文件大小 | 218 KB |
| 安装次数 | 2,286 |
| 当前版本 | 0.14.75 |
| 更新时间 | 2019-11-21 |
| 上架时间 | 2019-11-18 |
| 评分 | 3.00/5 共18次评分 |
| 开发者 | https://fabuza.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://fabuza.com |
| 隐私政策页面URL | https://test.sensostudy.com/privacy_en.html |
| 支持的语言 | de,en,fr,es,it,pt-BR,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": "en",
"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:\/\/fabuza.ru\/",
"version": "0.14.75",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"tabs",
"webNavigation",
" | |