JotPsych

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

Qu'est-ce que JotPsych ?

JotPsych est une extension Chrome développée par https://jotpsych.com, et sa fonction principale est "A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JotPsych

Téléchargez les fichiers d'extension JotPsych au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JotPsych JotPsych
ID hfnlanjcbamndgbakkdcenfcambecomb
URL Officiel https://chromewebstore.google.com/detail/jotpsych/hfnlanjcbamndgbakkdcenfcambecomb
Description A chrome extension for JotPsych, your behavioral health focused AI scribe assistant.
Taille du Fichier 25.66 MB
Nombre d'Installations 484
Version Actuelle 1.0.15
Dernière Mise à Jour 2024-02-20
Date de Publication 2023-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://jotpsych.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jotpsych.com
URL de la Page d'Aide https://www.jotpsych.com/contact
URL de la Page de Politique de Confidentialité https://www.jotpsych.com/privacy-policy
Langues Prises en Charge 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';"
    }
}