Asan ID token signing
Use your Asan ID smart card on the web
Co je Asan ID token signing?
Asan ID token signing je rozšíření Chrome vyvinuté Best Solutions, a jeho hlavní funkcí je „Use your Asan ID smart card on the web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Asan ID token signing
Stáhněte si soubory rozšíření Asan ID token signing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Asan ID token signing |
ID | bccjgmdpenbibncpocpelfmdolmdfbci |
Oficiální URL | https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci |
Popis | Use your Asan ID smart card on the web |
Velikost souboru | 62.84 KB |
Počet instalací | 34,441 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2015-10-01 |
Datum Vydání | 2015-10-01 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | Best Solutions |
Typ Platby | free |
Webové stránky Rozšíření | http://www.asanimza.az/en/ |
Podporované Jazyky | 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" ] } |