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ファイルをダウンロード
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 |
Eメール | [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" ] } ] } |