PraxyConsultation
L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations
Apa itu PraxyConsultation?
PraxyConsultation adalah ekstensi Chrome yang dikembangkan oleh https://praxysante.fr, dan fitur utamanya adalah "L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PraxyConsultation
Unduh file ekstensi PraxyConsultation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | PraxyConsultation |
ID | opljagehdofmfcpgdpacpagdapdejoni |
URL Resmi | https://chromewebstore.google.com/detail/praxyconsultation/opljagehdofmfcpgdpacpagdapdejoni |
Deskripsi | L'assistant IA qui résume vos consultations médicales / The AI Assistant that summarizes your medical consultations |
Ukuran File | 23.49 MB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 1.2.4 |
Terakhir Diperbarui | 2023-12-12 |
Tanggal Publikasi | 2023-09-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://praxysante.fr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://praxysante.fr/praxyconsultation |
URL Halaman Bantuan | https://praxysante.fr/helpdesk/service-clientele-3/knowledgebase |
URL Halaman Kebijakan Privasi | https://praxysante.fr/privacy |
Bahasa yang Didukung | 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" ] } ] } |