Doctolib - OrdoDoc
Import fiche patient de Doctolib à OrdoDoc
Was ist Doctolib - OrdoDoc?
Doctolib - OrdoDoc ist eine Chrome-Erweiterung, die von https://editform.fr entwickelt wurde, und ihr Hauptmerkmal ist "Import fiche patient de Doctolib à OrdoDoc".
Erweiterungsscreenshots
Doctolib - OrdoDoc-Erweiterungs-CRX-Datei herunterladen
Laden Sie Doctolib - OrdoDoc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Import fiche patient de Doctolib à OrdoDoc Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkkfcfklfnkfhpekmfdgcgedghpdllhd |
| Offizielle URL | https://chromewebstore.google.com/detail/doctolib-ordodoc/jkkfcfklfnkfhpekmfdgcgedghpdllhd |
| Beschreibung | Import fiche patient de Doctolib à OrdoDoc |
| Dateigröße | 10.78 KB |
| Installationsanzahl | 71 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2020-03-27 |
| Veröffentlichungsdatum | 2020-03-27 |
| Entwickler | https://editform.fr |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://editform.fr/OrdoDoc |
| Hilfeseite URL | https://editform.fr/OrdoDoc |
| Unterstützte Sprachen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Doctolib - OrdoDoc",
"version": "1.3",
"offline_enabled": true,
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.doctolib.fr\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"page_action": {
"default_title": "Doctolib - OrdoDoc",
"default_icon": "128.png",
"default_popup": "popup.html"
}
} | |