Usability Recorder

Remote usability testing tool

Cos'è Usability Recorder?

Usability Recorder è un'estensione di Chrome sviluppata da https://fabuza.com, e la sua funzione principale è "Remote usability testing tool".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Usability Recorder

Scarica i file di estensione Usability Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Usability Recorder Usability Recorder
ID fbffaafomcgnbgcakjcjmjjnfmominbg
URL Ufficiale https://chromewebstore.google.com/detail/usability-recorder/fbffaafomcgnbgcakjcjmjjnfmominbg
Descrizione Remote usability testing tool
Dimensione del File 218 KB
Conteggio Installazioni 2,286
Versione Corrente 0.14.75
Ultimo Aggiornamento 2019-11-21
Data di Pubblicazione 2019-11-18
Valutazione 3.00/5 Totale 18 Valutazioni
Sviluppatore https://fabuza.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fabuza.com
URL della Pagina della Politica sulla Privacy https://test.sensostudy.com/privacy_en.html
Lingue Supportate 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",
        "",
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/beta-test-fabuza.azurewebsites.net\/*",
            "https:\/\/test.fabuza.ru\/*",
            "https:\/\/beta-test.fabuza.ru\/*",
            "https:\/\/test.fabuza.com\/*",
            "https:\/\/localhost\/*"
        ]
    }
}