Doctolib - OrdoDoc

Import fiche patient de Doctolib à OrdoDoc

What is Doctolib - OrdoDoc?

Doctolib - OrdoDoc is a Chrome extension developed by https://editform.fr, and its main feature is "Import fiche patient de Doctolib à OrdoDoc".

Extension Screenshots

screenshot

Download Doctolib - OrdoDoc Extension CRX File

Download Doctolib - OrdoDoc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Import fiche patient de Doctolib à OrdoDoc                    

Extension Basic Information

Name Doctolib - OrdoDoc Doctolib - OrdoDoc
ID jkkfcfklfnkfhpekmfdgcgedghpdllhd
Official URL https://chromewebstore.google.com/detail/doctolib-ordodoc/jkkfcfklfnkfhpekmfdgcgedghpdllhd
Description Import fiche patient de Doctolib à OrdoDoc
File Size 10.78 KB
Installation Count 71
Current Version 1.3
Last Updated 2020-03-27
Publish Date 2020-03-27
Developer https://editform.fr
Email [email protected]
Payment Type free
Extension Website https://editform.fr/OrdoDoc
Help Page URL https://editform.fr/OrdoDoc
Supported Languages 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"
    }
}