UserTesting Page Reload

UserTesting Page Reload

Chrome extension which reloads UserTesting dashboard.

Merlin
Additional files are visible only to premium users

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