Asan ID token signing

Use your Asan ID smart card on the web

Asan ID token signingとは何ですか?

Asan ID token signingはBest Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Use your Asan ID smart card on the web」です。

拡張機能のスクリーンショット

screenshot

Asan ID token signing拡張機能のCRXファイルをダウンロード

Asan ID token signing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
公式URL https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
説明 Use your Asan ID smart card on the web
ファイルサイズ 62.84 KB
インストール数 34,441
現在のバージョン 0.0.1
最終更新日 2015-10-01
公開日 2015-10-01
評価 3.75/5 合計 4 レビュー
開発者 Best Solutions
支払い方法 free
拡張機能のウェブサイト http://www.asanimza.az/en/
対応言語 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"
    ]
}