Doctolib - OrdoDoc
Import fiche patient de Doctolib à OrdoDoc
Wat is Doctolib - OrdoDoc?
Doctolib - OrdoDoc is een Chrome-extensie ontwikkeld door https://editform.fr, en de belangrijkste functie is "Import fiche patient de Doctolib à OrdoDoc".
Extensie Screenshots
Download het CRX-bestand van de extensie Doctolib - OrdoDoc
Download Doctolib - OrdoDoc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Import fiche patient de Doctolib à OrdoDoc Basisinformatie over de Extensie
| Naam | |
| ID | jkkfcfklfnkfhpekmfdgcgedghpdllhd |
| Officiële URL | https://chromewebstore.google.com/detail/doctolib-ordodoc/jkkfcfklfnkfhpekmfdgcgedghpdllhd |
| Beschrijving | Import fiche patient de Doctolib à OrdoDoc |
| Bestandsgrootte | 10.78 KB |
| Aantal Installaties | 71 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-03-27 |
| Publicatiedatum | 2020-03-27 |
| Ontwikkelaar | https://editform.fr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://editform.fr/OrdoDoc |
| Help Pagina-URL | https://editform.fr/OrdoDoc |
| Ondersteunde Talen | 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"
}
} | |