Asan ID token signing

Use your Asan ID smart card on the web

What is Asan ID token signing?

Asan ID token signing is a Chrome extension developed by Best Solutions, and its main feature is "Use your Asan ID smart card on the web".

Extension Screenshots

screenshot

Download Asan ID token signing Extension CRX File

Download Asan ID token signing 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

                        This extension is required to use Asan ID, a smart card based e-signature solution, when authenticating and giving digital signatures on the web. One of such examples would be ASANDOC portal which enables storing, e-signing and sharing of documents. 

This extension is installed automatically upon installation of AsanDoc Client software.                    

Extension Basic Information

Name Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
Official URL https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
Description Use your Asan ID smart card on the web
File Size 62.84 KB
Installation Count 34,441
Current Version 0.0.1
Last Updated 2015-10-01
Publish Date 2015-10-01
Rating 3.75/5 Total 4 Ratings
Developer Best Solutions
Payment Type free
Extension Website http://www.asanimza.az/en/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asan ID token signing",
    "version": "0.0.1",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Use your Asan ID smart card on the web",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "azedit_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "azedit_background.js"
        ]
    },
    "web_accessible_resources": [
        "azedit_page.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}