Firma Notificaciones Electrónicas

Firma Notificaciones Electrónicas

Firma Notificaciones Electrónicasคืออะไร?

Firma Notificaciones Electrónicas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enot.idoc และคุณลักษณะหลักของมันคือ "Firma Notificaciones Electrónicas"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firma Notificaciones Electrónicas

ดาวน์โหลดไฟล์ส่วนขยาย Firma Notificaciones Electrónicas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Esta extensión te permite firmar notificaciones electrónicas de manera fácil y rápida.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Firma Notificaciones Electrónicas Firma Notificaciones Electrónicas
ID deildpiihccpgcanehbfgoihlepkepmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/firma-notificaciones-elec/deildpiihccpgcanehbfgoihlepkepmf
คำอธิบาย Firma Notificaciones Electrónicas
ขนาดไฟล์ 7.09 KB
จำนวนการติดตั้ง 348
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-12-09
วันที่เผยแพร่ 2020-06-17
ผู้พัฒนา enot.idoc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Firma Notificaciones Electr\u00f3nicas",
    "version": "1.2",
    "description": "Firma Notificaciones Electr\u00f3nicas",
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/128.png"
    },
    "manifest_version": 3
}