Asan ID token signing

Use your Asan ID smart card on the web

Co to jest Asan ID token signing?

Asan ID token signing to rozszerzenie Chrome opracowane przez Best Solutions, a jego główną funkcją jest „Use your Asan ID smart card on the web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Asan ID token signing

Pobierz pliki rozszerzeń Asan ID token signing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
Oficjalny URL https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
Opis Use your Asan ID smart card on the web
Rozmiar pliku 62.84 KB
Liczba instalacji 34,441
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-10-01
Data Publikacji 2015-10-01
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Best Solutions
Typ Płatności free
Strona Rozszerzenia http://www.asanimza.az/en/
Obsługiwane Języki 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"
    ]
}