UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

What is UserTesting Page Reload?

UserTesting Page Reload is a Chrome extension developed by Pier Roberto Lucisano, and its main feature is "Chrome extension which reloads UserTesting dashboard.".

Extension Screenshots

screenshot

Download UserTesting Page Reload Extension CRX File

Download UserTesting Page Reload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name UserTesting Page Reload UserTesting Page Reload
ID obphbanjojflmnloanknnfkhhjeflgpb
Official URL https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb
Description Chrome extension which reloads UserTesting dashboard.
File Size 4.69 KB
Installation Count 315
Current Version 1.0.1
Last Updated 2023-03-25
Publish Date 2023-03-25
Rating 5.00/5 Total 1 Ratings
Developer Pier Roberto Lucisano
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}