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.
noindex and isn't linked from any public page. Bookmark it for quick QA but don't share publicly.
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.
Patient: Test Patient
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.