Kligo

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

What is Kligo?

Kligo is a Chrome extension developed by https://kligo.fr, and its main feature is "Kligo transfert les données issues de vos objets connectés directement dans votre LGC".

Extension Screenshots

screenshot
screenshot

Download Kligo Extension CRX File

Download Kligo 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

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

Contactez nous sur kligo.fr pour en savoir plus.                    

Extension Basic Information

Name Kligo Kligo
ID ilbdbafpgbnlnmlpojeaiedhocikipjm
Official URL https://chromewebstore.google.com/detail/kligo/ilbdbafpgbnlnmlpojeaiedhocikipjm
Description Kligo transfert les données issues de vos objets connectés directement dans votre LGC
File Size 293 KB
Installation Count 139
Current Version 0.2.9
Last Updated 2023-01-18
Publish Date 2020-04-08
Rating 5.00/5 Total 4 Ratings
Developer https://kligo.fr
Email [email protected]
Payment Type free
Extension Website https://medeo-health.com
Supported Languages 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"
        ]
    }
}