PraxyConsultation

L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations

什么是PraxyConsultation?

PraxyConsultation是由https://praxysante.fr开发的Chrome扩展程序,该扩展的主要功能是“L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations”。

扩展截图

screenshot

下载PraxyConsultation扩展crx文件

下载PraxyConsultation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        L'assistant PraxyConsultation résume automatiquement et au format de votre choix, vos consultations médicales en visio ou en rendez-vous physique au cabinet.
Le plugin doit être lancée sur une fenêtre d'une page de visio conférence (Doctolib, Qare, ..) et choisir le micro utilisé. Pour les consultations lancer le plugin sur n'importe quelle page en dehors de la page d'accueil google
Vous pouvez personnaliser vos comptes-rendus en termes de sections attendues sur notre portail utilisateur (portal.praxysante.fr), ainsi que définir les formats attendus pour vos documents (lettre d'adressage, prescription, CR opératoire)


Our AI assistant automatically summarizes and in the format of your choice, your medical consultations in video or in physical appointment at the office.
The plugin must be launched on a window of a video conference page (Doctolib, Qare, ..) and choose the microphone used. For consultations launch the plugin on any page outside the google homepage
You can customize your reports in terms of expected sections on our user portal (portal.praxysante.fr), as well as define the expected formats for your documents (address letter, prescription, operating report)


El asistente de PraxyConsultation resume automáticamente y en el formato que elijas, tus consultas médicas en video o en cita física en la oficina.
El complemento debe iniciarse en una ventana de una página de videoconferencia (Doctolib, Qare, ..) y elegir el micrófono utilizado. Para consultas, inicie el complemento en cualquier página fuera de la página de inicio de Google
Puede personalizar sus informes en términos de secciones esperadas en nuestro portal de usuario (portal.praxysante.fr), así como definir los formatos esperados para sus documentos (carta de dirección, receta, informe operativo)

Der PraxyConsultation-Assistent fasst Ihre medizinischen Konsultationen automatisch im Format Ihrer Wahl per Video oder bei einem physischen Termin in der Praxis zusammen.
Das Plugin muss in einem Fenster einer Videokonferenzseite (Doctolib, Qare, ..) gestartet werden und das verwendete Mikrofon auswählen. Für Beratungen starten Sie das Plugin auf einer beliebigen Seite außerhalb der Google-Startseite
Sie können Ihre Berichte in Bezug auf die erwarteten Abschnitte auf unserem Benutzerportal (portal.praxysante.fr) anpassen und die erwarteten Formate für Ihre Dokumente definieren (Adressbrief, Rezept, Operationsbericht).                    

扩展基本信息

名称 PraxyConsultation PraxyConsultation
ID opljagehdofmfcpgdpacpagdapdejoni
官方URL https://chromewebstore.google.com/detail/praxyconsultation/opljagehdofmfcpgdpacpagdapdejoni
简介 L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations
文件大小 23.49 MB
安装次数 89
当前版本 1.2.4
更新时间 2023-12-12
上架时间 2023-09-05
评分 5.00/5 共2次评分
开发者 https://praxysante.fr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://praxysante.fr/praxyconsultation
帮助页面URL https://praxysante.fr/helpdesk/service-clientele-3/knowledgebase
隐私政策页面URL https://praxysante.fr/privacy
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Praxy",
    "name": "PraxyConsultation",
    "description": "L'assistant IA qui r\u00e9sume vos consultations m\u00e9dicales \/ The AI Assistant that summarizes your medical consultations",
    "manifest_version": 3,
    "version": "1.2.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/praxysante.fr\/",
        "https:\/\/portal.praxysante.fr\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "*.wasm",
                "silero_vad.onnx",
                "drag.svg",
                "close.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "ort.js",
                "bundle.min.js",
                "vad.worklet.bundle.min.js"
            ]
        }
    ]
}