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."입니다.
확장 프로그램 스크린샷
UserTesting Page Reload 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |