UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

什么是UserTesting Page Reload?

UserTesting Page Reload是由Pier Roberto Lucisano开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension which reloads UserTesting dashboard.”。

扩展截图

screenshot

下载UserTesting Page Reload扩展crx文件

下载UserTesting Page Reload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 UserTesting Page Reload UserTesting Page Reload
ID obphbanjojflmnloanknnfkhhjeflgpb
官方URL https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb
简介 Chrome extension which reloads UserTesting dashboard.
文件大小 4.69 KB
安装次数 315
当前版本 1.0.1
更新时间 2023-03-25
上架时间 2023-03-25
评分 5.00/5 共1次评分
开发者 Pier Roberto Lucisano
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}