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" ] } ] } |