Usability Recorder
Remote usability testing tool
Was ist Usability Recorder?
Usability Recorder ist eine Chrome-Erweiterung, die von https://fabuza.com entwickelt wurde, und ihr Hauptmerkmal ist "Remote usability testing tool".
Erweiterungsscreenshots
Usability Recorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Usability Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Usability Recorder |
ID | fbffaafomcgnbgcakjcjmjjnfmominbg |
Offizielle URL | https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg |
Beschreibung | Remote usability testing tool |
Dateigröße | 218 KB |
Installationsanzahl | 2,286 |
Aktuelle Version | 0.14.75 |
Letztes Update | 2019-11-21 |
Veröffentlichungsdatum | 2019-11-18 |
Bewertung | 3.00/5 Insgesamt 18 Bewertungen |
Entwickler | https://fabuza.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fabuza.com |
URL der Datenschutzrichtlinien-Seite | https://test.sensostudy.com/privacy_en.html |
Unterstützte Sprachen | 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", " |