JotPsych

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

JotPsych क्या है?

JotPsych https://jotpsych.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for JotPsych, your behavioral health focused AI scribe assistant."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JotPsych एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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';"
    }
}