Firmae

Extención para Google Chrome de firma electronica.

Firmaeคืออะไร?

Firmae เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Camara de Comercio de Guatemala และคุณลักษณะหลักของมันคือ "Extención para Google Chrome de firma electronica."

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

screenshot
screenshot

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

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

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

                        Complemente de firma electrónica de Camara de Comercio.                    

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

ชื่อ Firmae Firmae
ID fkchlikcecllappblnpahkmpndbbemch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/firmae/fkchlikcecllappblnpahkmpndbbemch
คำอธิบาย Extención para Google Chrome de firma electronica.
ขนาดไฟล์ 32.83 KB
จำนวนการติดตั้ง 409
เวอร์ชันปัจจุบัน 1.0.28
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2019-07-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Camara de Comercio de Guatemala
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Firmae",
    "version": "1.0.28",
    "icons": {
        "128": "logo.png"
    },
    "description": "Extenci\u00f3n para Google Chrome de firma electronica.",
    "browser_action": {
        "default_icon": "logo32.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/localhost:8000\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}