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 |
官方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" ] } |