Mi-SigNature

MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser

Apa itu Mi-SigNature?

Mi-SigNature adalah ekstensi Chrome yang dikembangkan oleh MIMOS, dan fitur utamanya adalah "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mi-SigNature

Unduh file ekstensi Mi-SigNature dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Mi-SigNature provides digital signature on web environment. It allows users to perform a digital signing on any data, to preserve the integrity of the data and to identify the authors of the data. It supports SHA-256 hash algorithm. It supports PKCS#12 and PKCS#11 hardware cryptographic tokens.                    

Informasi Dasar Ekstensi

Nama Mi-SigNature Mi-SigNature
ID jhppfdbphdfchpfholhiehcdnbgkfjio
URL Resmi https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio
Deskripsi MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
Ukuran File 33.28 KB
Jumlah Instalasi 685
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2017-03-22
Tanggal Publikasi 2017-03-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang MIMOS
Tipe Pembayaran free
Situs Ekstensi https://uap.mimos.my
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mi-SigNature",
    "version": "0.0.4",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}