Asan ID token signing

Use your Asan ID smart card on the web

ما هو Asan ID token signing؟

Asan ID token signing هو إضافة Chrome تم تطويرها بواسطة Best Solutions، والميزة الرئيسية لها هي "Use your Asan ID smart card on the web".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Asan ID token signing

قم بتنزيل ملفات الامتداد Asan ID token signing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Asan ID token signing Asan ID token signing
ID bccjgmdpenbibncpocpelfmdolmdfbci
عنوان URL الرسمي https://chromewebstore.google.com/detail/asan-id-token-signing/bccjgmdpenbibncpocpelfmdolmdfbci
الوصف Use your Asan ID smart card on the web
حجم الملف 62.84 KB
عدد التثبيتات 34,441
النسخة الحالية 0.0.1
آخر تحديث 2015-10-01
تاريخ النشر 2015-10-01
تقييم 3.75/5 مجموع تقييمات 4
المطور Best Solutions
نوع الدفع free
موقع الإضافة http://www.asanimza.az/en/
اللغات المدعومة 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"
    ]
}