Chrome Extension Test Page

This page is for internal regression testing of the TeleVerify Chrome extension. It mimics a telehealth platform session URL so the extension activates as if you were on Doxy.me / SimplePractice / TherapyNotes / Jane App.

Internal use only. This page is marked noindex and isn't linked from any public page. Bookmark it for quick QA but don't share publicly.

How to use

1. Make sure the TeleVerify Chrome extension is installed and you're logged in to your provider account.
2. This page is whitelisted in the extension's manifest. Within ~2 seconds of loading, you should see the TeleVerify popup appear in the bottom-right corner asking to verify patient location.
3. Walk through the verification flow as you would in a real session. The compliance result will fire against your test account's licensure data.
4. If you want to retest, refresh the page.

What the extension sees

The extension's content script matches this URL via:

"matches": [
  "https://www.televerify.org/chrome-plugin-test*",
  "https://televerify.org/chrome-plugin-test*",
  "https://doxy.me/*",
  "https://*.simplepractice.com/telehealth/*",
  "https://*.therapynotes.com/telehealth/*",
  "https://*.janeapp.com/telehealth/*"
]

The plugin runs the same code path here as on a real telehealth URL. Test results are recorded against your test account.

📹 Simulated telehealth session

Patient: Test Patient

● Session active

Test scenarios to cover

Click each to load a scenario via query parameter (the extension content script reads ?scenario= and you can use this to simulate different patient states):

Scenario simulation requires the content script to read ?scenario= and feed a mock location to the verify flow. If scenarios don't work, the plugin still activates and you can test the basic popup flow.