Smart card access extension

Smart cards access from Web browsers

What is Smart card access extension?

Smart card access extension is a Chrome extension developed by EUSO, and its main feature is "Smart cards access from Web browsers".

Extension Screenshots

screenshot

Download Smart card access extension Extension CRX File

Download Smart card access extension 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

                        Signatures with smart cards  from Web browsers                    

Extension Basic Information

Name Smart card access extension Smart card access extension
ID aecddkbjfdcefeiagnimheencdkmkefm
Official URL https://chromewebstore.google.com/detail/smart-card-access-extensi/aecddkbjfdcefeiagnimheencdkmkefm
Description Smart cards access from Web browsers
File Size 12.77 KB
Installation Count 4,466
Current Version 0.0.6
Last Updated 2018-07-02
Publish Date 2018-07-02
Rating 5.00/5 Total 1 Ratings
Developer EUSO
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart card access extension",
    "description": "Smart cards access from Web browsers",
    "version": "0.0.6",
    "minimum_chrome_version": "40.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhGdtGW4sVc8PvVc1\/tIbhBpSRpxmRov\/bpD4mYZ7WGsn30YO5L+aJB\/eiXyCfUso13S5D+bflJduZQ+zGuel1N1840\/1CRk3Cj39bKKEewymvt6gEGXTR\/ROdQ6ZmRAS7TFIt6DuLiMhZu0Gcteub30lPUrU\/ikHD+zmh+FkBBa4T2qP9uI39hg2j6mCOCmhRSzTMg1MgQ+tiEbVcNXFNqvWPuH2+Eu9WqVGPnjboGRLZSm+Ez7\/S7F79KMnveGlI2T55bP+W4\/DutRrxEq0YabPkv7iz8S0Jqm1F5BI0Br6yWeZgN+MwTWHb5iBg78nkRY3qhGFqKfTDA751FVDJwIDAQAB",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "sc-access-background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}