Asan ID token signing
Use your Asan ID smart card on the web
Was ist Asan ID token signing?
Asan ID token signing ist eine Chrome-Erweiterung, die von Best Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Use your Asan ID smart card on the web".
Erweiterungsscreenshots
Asan ID token signing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Asan ID token signing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
Offizielle URL | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Beschreibung | Use your Asan ID smart card on the web |
Dateigröße | 62.84 KB |
Installationsanzahl | 34,441 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-10-01 |
Veröffentlichungsdatum | 2015-10-01 |
Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
Entwickler | Best Solutions |
Zahlungsart | free |
Erweiterungswebsite | http://www.asanimza.az/en/ |
Unterstützte Sprachen | 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" ] } |