UserTesting Page Reload
Chrome extension which reloads UserTesting dashboard.
O que é UserTesting Page Reload?
UserTesting Page Reload é uma extensão do Chrome desenvolvida por Pier Roberto Lucisano, e sua principal característica é "Chrome extension which reloads UserTesting dashboard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UserTesting Page Reload
Baixe arquivos de extensão UserTesting Page Reload no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | UserTesting Page Reload |
ID | obphbanjojflmnloanknnfkhhjeflgpb |
URL Oficial | https://chromewebstore.google.com/detail/usertesting-page-reload/obphbanjojflmnloanknnfkhhjeflgpb |
Descrição | Chrome extension which reloads UserTesting dashboard. |
Tamanho do Arquivo | 4.69 KB |
Contagem de Instalações | 315 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-03-25 |
Data de Publicação | 2023-03-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Pier Roberto Lucisano |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |