UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

UserTesting Page Reload là gì?

UserTesting Page Reload là một tiện ích mở rộng Chrome được phát triển bởi Pier Roberto Lucisano, và tính năng chính của nó là "Chrome extension which reloads UserTesting dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UserTesting Page Reload

Tải xuống các tệp mở rộng UserTesting Page Reload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UserTesting Page Reload UserTesting Page Reload
ID obphbanjojflmnloanknnfkhhjeflgpb
URL Chính Thức https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb
Mô tả Chrome extension which reloads UserTesting dashboard.
Kích Thước Tệp 4.69 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-03-25
Ngày Phát Hành 2023-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Pier Roberto Lucisano
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}