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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}