WebExtension CediActe

Utiliser les composants CediActe sous Google Chrome ou Opera.

什麼是WebExtension CediActe?

WebExtension CediActe是由Stéphane GIANGRECO開發的Chrome擴展程式,該擴展的主要功能是“Utiliser les composants CediActe sous Google Chrome ou Opera.”。

擴展截圖

screenshot

下載WebExtension CediActe擴展crx文件

下載WebExtension CediActe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 WebExtension CediActe WebExtension CediActe
ID pmnfnhelhnjjhginemdojagfcdjpoale
官方網址 https://chromewebstore.google.com/detail/webextension-cediacte/pmnfnhelhnjjhginemdojagfcdjpoale
簡介 Utiliser les composants CediActe sous Google Chrome ou Opera.
檔案大小 13.03 KB
安裝次數 389
目前版本 3.0.1
更新時間 2022-04-22
上架時間 2019-09-27
開發者 Stéphane GIANGRECO
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://www.cerig.fr
支援的語言 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"
    ]
}