UserTesting Page Reload
Chrome extension which reloads UserTesting dashboard.
UserTesting Page Reloadคืออะไร?
UserTesting Page Reload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pier Roberto Lucisano และคุณลักษณะหลักของมันคือ "Chrome extension which reloads UserTesting dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UserTesting Page Reload
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |