WebExtension CediActe

Utiliser les composants CediActe sous Google Chrome ou Opera.

Vad är WebExtension CediActe?

WebExtension CediActe är en Chrome-tillägg utvecklad av Stéphane GIANGRECO, och dess huvudfunktion är "Utiliser les composants CediActe sous Google Chrome ou Opera.".

Tilläggsskärmbilder

screenshot

Ladda ner WebExtension CediActe-förlängningens CRX-fil

Ladda ner WebExtension CediActe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WebExtension CediActe WebExtension CediActe
ID pmnfnhelhnjjhginemdojagfcdjpoale
Officiell webbadress https://chromewebstore.google.com/detail/webextension-cediacte/pmnfnhelhnjjhginemdojagfcdjpoale
Beskrivning Utiliser les composants CediActe sous Google Chrome ou Opera.
Filstorlek 13.03 KB
Antal Installationer 389
Aktuell Version 3.0.1
Senast Uppdaterad 2022-04-22
Publiceringsdatum 2019-09-27
Utvecklare Stéphane GIANGRECO
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://www.cerig.fr
Stödda Språk 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"
    ]
}