Usability Recorder
Remote usability testing tool
Hvad er Usability Recorder?
Usability Recorder er en Chrome-udvidelse udviklet af https://fabuza.com, og dens hovedfunktion er "Remote usability testing tool".
Udvidelsesskærmbilleder
Download Usability Recorder-udvidelses-CRX-fil
Download Usability Recorder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fbffaafomcgnbgcakjcjmjjnfmominbg |
| Officiel URL | https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg |
| Beskrivelse | Remote usability testing tool |
| Filstørrelse | 218 KB |
| Antal Installationer | 2,286 |
| Nuværende Version | 0.14.75 |
| Senest Opdateret | 2019-11-21 |
| Udgivelsesdato | 2019-11-18 |
| Bedømmelse | 3.00/5 Samlet 18 Bedømmelser |
| Udvikler | https://fabuza.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://fabuza.com |
| URL til Fortrolighedspolitik Side | https://test.sensostudy.com/privacy_en.html |
| Understøttede Sprog | 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",
" | |