Kligo

Kligo transfert les données issues de vos objets connectés directement dans votre LGC

Was ist Kligo?

Kligo ist eine Chrome-Erweiterung, die von https://kligo.fr entwickelt wurde, und ihr Hauptmerkmal ist "Kligo transfert les données issues de vos objets connectés directement dans votre LGC".

Erweiterungsscreenshots

screenshot
screenshot

Kligo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kligo-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

                        Utilisez Kligo de manière intégré sur votre LGC.

Contactez nous sur kligo.fr pour en savoir plus.                    

Grundlegende Informationen zur Erweiterung

Name Kligo Kligo
ID ilbdbafpgbnlnmlpojeaiedhocikipjm
Offizielle URL https://chromewebstore.google.com/detail/kligo/ilbdbafpgbnlnmlpojeaiedhocikipjm
Beschreibung Kligo transfert les données issues de vos objets connectés directement dans votre LGC
Dateigröße 293 KB
Installationsanzahl 139
Aktuelle Version 0.2.9
Letztes Update 2023-01-18
Veröffentlichungsdatum 2020-04-08
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://kligo.fr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://medeo-health.com
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kligo",
    "version": "0.2.9",
    "description": "Kligo transfert les donn\u00e9es issues de vos objets connect\u00e9s directement dans votre LGC",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.medicalnet.fr\/NavPatient\/DocumentConsultationFormAjax.aspx?*"
            ],
            "js": [
                "content\/medicalnet.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dpi-pbna.bordeauxnord.com\/saisie\/inf_constantes.cgi?*"
            ],
            "js": [
                "content\/expertise-sante.js"
            ]
        },
        {
            "matches": [
                "https:\/\/webmbmlv.capio.fr\/mediboard\/*"
            ],
            "js": [
                "content\/mediboard.js"
            ]
        },
        {
            "matches": [
                "http:\/\/medeoapp.medeo-health.com\/mediboard\/*"
            ],
            "js": [
                "content\/mediboard.js"
            ]
        },
        {
            "matches": [
                "http:\/\/medeoapp.medeo-health.com\/medicalnet\/*"
            ],
            "js": [
                "content\/medicalnet.js"
            ]
        },
        {
            "matches": [
                "https:\/\/demo-office.openxtrem.com\/*"
            ],
            "js": [
                "content\/mediboard.js"
            ]
        },
        {
            "matches": [
                "https:\/\/medeoapp.medeo-health.com\/weda\/*",
                "https:\/\/*.weda.fr\/*"
            ],
            "js": [
                "content\/weda.js"
            ]
        },
        {
            "matches": [
                "https:\/\/medeoapp.medeo-health.com\/doctolib\/*"
            ],
            "js": [
                "content\/doctolib.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/socket.io.js",
            "background\/background.js"
        ]
    }
}