JotPsych
A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.
JotPsychとは何ですか?
JotPsychはhttps://jotpsych.comによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.」です。
拡張機能のスクリーンショット
JotPsych拡張機能のCRXファイルをダウンロード
JotPsych拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | hfnlanjcbamndgbakkdcenfcambecomb |
| 公式URL | https://chromewebstore.google.com/detail/jotpsych/hfnlanjcbamndgbakkdcenfcambecomb |
| 説明 | A chrome extension for JotPsych, your behavioral health focused AI scribe assistant. |
| ファイルサイズ | 25.66 MB |
| インストール数 | 484 |
| 現在のバージョン | 1.0.15 |
| 最終更新日 | 2024-02-20 |
| 公開日 | 2023-11-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://jotpsych.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://jotpsych.com |
| ヘルプページのURL | https://www.jotpsych.com/contact |
| プライバシーポリシーページのURL | https://www.jotpsych.com/privacy-policy |
| 対応言語 | 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';"
}
} | |