Asan ID token signing
Use your Asan ID smart card on the web
Hvad er Asan ID token signing?
Asan ID token signing er en Chrome-udvidelse udviklet af Best Solutions, og dens hovedfunktion er "Use your Asan ID smart card on the web".
Udvidelsesskærmbilleder
Download Asan ID token signing-udvidelses-CRX-fil
Download Asan ID token signing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
Officiel URL | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Beskrivelse | Use your Asan ID smart card on the web |
Filstørrelse | 62.84 KB |
Antal Installationer | 34,441 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2015-10-01 |
Udgivelsesdato | 2015-10-01 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | Best Solutions |
Betalingsmetode | free |
Udvidelseswebsted | http://www.asanimza.az/en/ |
Understøttede Sprog | 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" ] } |