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 |
| 官方網址 | 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 |
| 電子郵箱 | [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';"
}
} | |