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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
官方網址 | 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" ] } |