JotPsych
A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.
Was ist JotPsych?
JotPsych ist eine Chrome-Erweiterung, die von https://jotpsych.com entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.".
Erweiterungsscreenshots
JotPsych-Erweiterungs-CRX-Datei herunterladen
Laden Sie JotPsych-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Chrome companion for JotPsych, your behavioral health focused AI scribe assistant. Install this extension to enable recording provider-patient interactions on your computer, including telehealth calls.
Grundlegende Informationen zur Erweiterung
Name | JotPsych |
ID | hfnlanjcbamndgbakkdcenfcambecomb |
Offizielle URL | https://chromewebstore.google.com/detail/jotpsych/hfnlanjcbamndgbakkdcenfcambecomb |
Beschreibung | A chrome extension for JotPsych, your behavioral health focused AI scribe assistant. |
Dateigröße | 25.66 MB |
Installationsanzahl | 484 |
Aktuelle Version | 1.0.15 |
Letztes Update | 2024-02-20 |
Veröffentlichungsdatum | 2023-11-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://jotpsych.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://jotpsych.com |
Hilfeseite URL | https://www.jotpsych.com/contact |
URL der Datenschutzrichtlinien-Seite | https://www.jotpsych.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JotPsych", "version": "1.0.15", "description": "A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_title": "Click to open side panel", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting", "tabCapture", "offscreen", "storage" ], "host_permissions": [ "http:\/\/localhost:8080\/", "https:\/\/app.smartscribe.health\/", "https:\/\/next.smartscribe.health\/", "https:\/\/s3.us-east-2.amazonaws.com\/", "https:\/\/o4506123418206208.ingest.sentry.io\/" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "index.html", "src\/pages\/side_panel\/index.html", "src\/pages\/side_panel\/index.js", "src\/pages\/permissions\/index.html", "src\/pages\/permission\/index.js", "fonts\/*.ttf" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';" } } |