Usability Recorder
Remote usability testing tool
Usability Recorder là gì?
Usability Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://fabuza.com, và tính năng chính của nó là "Remote usability testing tool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Usability Recorder
Tải xuống các tệp mở rộng Usability Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Usability Recorder |
ID | fbffaafomcgnbgcakjcjmjjnfmominbg |
URL Chính Thức | https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg |
Mô tả | Remote usability testing tool |
Kích Thước Tệp | 218 KB |
Số Lần Cài Đặt | 2,286 |
Phiên Bản Hiện Tại | 0.14.75 |
Cập Nhật Lần Cuối | 2019-11-21 |
Ngày Phát Hành | 2019-11-18 |
Đánh Giá | 3.00/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://fabuza.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fabuza.com |
URL Trang Chính Sách Bảo Mật | https://test.sensostudy.com/privacy_en.html |
Ngôn Ngữ Được Hỗ Trợ | 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", " |