WebExtension CediActe

Utiliser les composants CediActe sous Google Chrome ou Opera.

Wat is WebExtension CediActe?

WebExtension CediActe is een Chrome-extensie ontwikkeld door Stéphane GIANGRECO, en de belangrijkste functie is "Utiliser les composants CediActe sous Google Chrome ou Opera.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebExtension CediActe

Download WebExtension CediActe-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

                        Mise à jour du composant DMP en V2
Mise à jour du composant MSSanté
Ajout du composant Carte Vitale                    

Basisinformatie over de Extensie

Naam WebExtension CediActe WebExtension CediActe
ID pmnfnhelhnjjhginemdojagfcdjpoale
Officiële URL https://chromewebstore.google.com/detail/webextension-cediacte/pmnfnhelhnjjhginemdojagfcdjpoale
Beschrijving Utiliser les composants CediActe sous Google Chrome ou Opera.
Bestandsgrootte 13.03 KB
Aantal Installaties 389
Huidige Versie 3.0.1
Laatst Bijgewerkt 2022-04-22
Publicatiedatum 2019-09-27
Ontwikkelaar Stéphane GIANGRECO
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://www.cerig.fr
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebExtension CediActe",
    "author": "CERIG",
    "version": "3.0.1",
    "description": "Utiliser les composants CediActe sous Google Chrome ou Opera.",
    "icons": {
        "48": "icons\/cediacte-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js",
                "dmp.js",
                "msSante.js",
                "vitale.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging"
    ]
}