Doctolib Pro - export agenda
Exporter agenda Doctolib Pro vers un fichier ou poster les donnes vers son site.
Was ist Doctolib Pro - export agenda?
Doctolib Pro - export agenda ist eine Chrome-Erweiterung, die von Bogdan SCANTEIE entwickelt wurde, und ihr Hauptmerkmal ist "Exporter agenda Doctolib Pro vers un fichier ou poster les donnes vers son site.".
Erweiterungsscreenshots
Doctolib Pro - export agenda-Erweiterungs-CRX-Datei herunterladen
Laden Sie Doctolib Pro - export agenda-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
Fonctionne uniquement sur le site PRO de Doctolib. Export en format JSON de l'agenda du cabinet. Possibilité de sauvegarder ce format en local pour un import dans votre logiciel du cabinet ou envoi en mode POST sur votre site WEB.
Grundlegende Informationen zur Erweiterung
Name | Doctolib Pro - export agenda |
ID | hhmihfcfknlgddecdopnconfobegafca |
Offizielle URL | https://chromewebstore.google.com/detail/doctolib-pro-export-agend/hhmihfcfknlgddecdopnconfobegafca |
Beschreibung | Exporter agenda Doctolib Pro vers un fichier ou poster les donnes vers son site. |
Dateigröße | 45.05 KB |
Installationsanzahl | 171 |
Aktuelle Version | 1.4 |
Letztes Update | 2024-01-11 |
Veröffentlichungsdatum | 2021-06-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Bogdan SCANTEIE |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq05psMWykQ5DyYhoJAuuP2D+vcY2R4MSRSBWmOz1BPCp2Yal9Km4NyHIw6qIry9AuVkBCU6A21yxA2gE2\/0NIhCDr8igtC1bTYTEhui7qw+VJJxAgdDLCzjYRLrwhqNXp0nciXZ4LVh7+yzb8kugTvUE2XUXWABmfP+QEcE3d6Q6GUEVs1fEXf3d\/sqxaC3DPlOmTGKVh5kfaFQIVB2kHcnS2aRwLK3DBRJndsgv\/E\/XgAWOt7BT4C9o4leMPMBG6HLGR3IWEwDbMsWHJsxm1dX5qN88XtEZYMK5ysIFtN4PNUtK46wOhlHUHFLQptDRFwRM7VVVnFaKbAxesu+LHwIDAQAB", "name": "Doctolib Pro - export agenda", "description": "Exporter agenda Doctolib Pro vers un fichier ou poster les donnes vers son site.", "version": "1.4", "offline_enabled": false, "permissions": [ "storage", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/pro.doctolib.fr\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": false } ], "page_action": { "default_title": "Doctolib Pro - export agenda", "default_icon": "icon128.png", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "https:\/\/pro.doctolib.fr\/*" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |