WebExtension CediActe

Utiliser les composants CediActe sous Google Chrome ou Opera.

WebExtension CediActeคืออะไร?

WebExtension CediActe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stéphane GIANGRECO และคุณลักษณะหลักของมันคือ "Utiliser les composants CediActe sous Google Chrome ou Opera."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebExtension CediActe

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}