JotPsych

A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.

JotPsychคืออะไร?

JotPsych เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jotpsych.com และคุณลักษณะหลักของมันคือ "A chrome extension for JotPsych, your behavioral health focused AI scribe assistant."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JotPsych

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JotPsych JotPsych
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
อีเมล [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';"
    }
}