Asan ID token signing

Use your Asan ID smart card on the web

Cos'è Asan ID token signing?

Asan ID token signing è un'estensione di Chrome sviluppata da Best Solutions, e la sua funzione principale è "Use your Asan ID smart card on the web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Asan ID token signing

Scarica i file di estensione Asan ID token signing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
URL Ufficiale https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
Descrizione Use your Asan ID smart card on the web
Dimensione del File 62.84 KB
Conteggio Installazioni 34,441
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-10-01
Data di Pubblicazione 2015-10-01
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore Best Solutions
Tipo di Pagamento free
Sito Web dell'Estensione http://www.asanimza.az/en/
Lingue Supportate 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"
    ]
}