Mi-SigNature

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

What is Mi-SigNature?

Mi-SigNature is a Chrome extension developed by MIMOS, and its main feature is "MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser".

Extension Screenshots

screenshot

Download Mi-SigNature Extension CRX File

Download Mi-SigNature extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mi-SigNature Mi-SigNature
ID jhppfdbphdfchpfholhiehcdnbgkfjio
Official URL https://chromewebstore.google.com/detail/mi-signature/jhppfdbphdfchpfholhiehcdnbgkfjio
Description MIMOS SigNature Extension. Use your digital certificate to perform digital signature on web browser
File Size 33.28 KB
Installation Count 685
Current Version 0.0.4
Last Updated 2017-03-22
Publish Date 2017-03-21
Rating 5.00/5 Total 2 Ratings
Developer MIMOS
Payment Type free
Extension Website https://uap.mimos.my
Supported Languages 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"
    ]
}