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
官方網址 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"
            ]
        }
    ]
}