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
Eメール [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"
            ]
        }
    ]
}