UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

¿Qué es UserTesting Page Reload?

UserTesting Page Reload es una extensión de Chrome desarrollada por Pier Roberto Lucisano, y su función principal es "Chrome extension which reloads UserTesting dashboard.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión UserTesting Page Reload

Descarga archivos de extensión UserTesting Page Reload en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Hello testers 👋

💰 This is a Chrome extension for UserTesting testers. It adds a timer in the "Available Tests" section which makes the page reload every 5 minutes. The timer automatically stops when at least one screener is available in the dashboard.

🎯 The purpose of this extension is to reload your dashboard so you don't miss any test when the page gets stuck.

📝 You'll see at the top of the page a button to start/stop the timer. A label, under the button, indicates approximately the remaining time before the page reloads. 

Want to buy me a beer? 🍺  

https://www.paypal.com/donate?hosted_button_id=D4SKN6XH5RQDU                    

Información Básica de la Extensión

Nombre UserTesting Page Reload UserTesting Page Reload
ID obphbanjojflmnloanknnfkhhjeflgpb
URL Oficial https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb
Descripción Chrome extension which reloads UserTesting dashboard.
Tamaño del Archivo 4.69 KB
Cantidad de Instalaciones 315
Versión Actual 1.0.1
Última Actualización 2023-03-25
Fecha de Publicación 2023-03-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Pier Roberto Lucisano
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UserTesting Page Reload",
    "description": "Chrome extension which reloads UserTesting dashboard.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.usertesting.com\/my_dashboard\/available_tests_v3*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}