WebExtension CediActe

Utiliser les composants CediActe sous Google Chrome ou Opera.

What is WebExtension CediActe?

WebExtension CediActe is a Chrome extension developed by Stéphane GIANGRECO, and its main feature is "Utiliser les composants CediActe sous Google Chrome ou Opera.".

Extension Screenshots

screenshot

Download WebExtension CediActe Extension CRX File

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

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

Extension Basic Information

Name WebExtension CediActe WebExtension CediActe
ID pmnfnhelhnjjhginemdojagfcdjpoale
Official URL https://chromewebstore.google.com/detail/webextension-cediacte/pmnfnhelhnjjhginemdojagfcdjpoale
Description Utiliser les composants CediActe sous Google Chrome ou Opera.
File Size 13.03 KB
Installation Count 389
Current Version 3.0.1
Last Updated 2022-04-22
Publish Date 2019-09-27
Developer Stéphane GIANGRECO
Email [email protected]
Payment Type free
Help Page URL http://www.cerig.fr
Supported Languages 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"
    ]
}