Asan ID token signing
Use your Asan ID smart card on the web
Wat is Asan ID token signing?
Asan ID token signing is een Chrome-extensie ontwikkeld door Best Solutions, en de belangrijkste functie is "Use your Asan ID smart card on the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Asan ID token signing
Download Asan ID token signing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
Officiële URL | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Beschrijving | Use your Asan ID smart card on the web |
Bestandsgrootte | 62.84 KB |
Aantal Installaties | 34,441 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-10-01 |
Publicatiedatum | 2015-10-01 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Best Solutions |
Betalingswijze | free |
Extensiewebsite | http://www.asanimza.az/en/ |
Ondersteunde Talen | 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" ] } |