Usability Recorder
Remote usability testing tool
Qu'est-ce que Usability Recorder ?
Usability Recorder est une extension Chrome développée par https://fabuza.com, et sa fonction principale est "Remote usability testing tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Usability Recorder
Téléchargez les fichiers d'extension Usability Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Usability Recorder |
ID | fbffaafomcgnbgcakjcjmjjnfmominbg |
URL Officiel | https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg |
Description | Remote usability testing tool |
Taille du Fichier | 218 KB |
Nombre d'Installations | 2,286 |
Version Actuelle | 0.14.75 |
Dernière Mise à Jour | 2019-11-21 |
Date de Publication | 2019-11-18 |
Évaluation | 3.00/5 Total 18 Évaluations |
Développeur | https://fabuza.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fabuza.com |
URL de la Page de Politique de Confidentialité | https://test.sensostudy.com/privacy_en.html |
Langues Prises en Charge | 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", " |