Disig Web Signer

Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature

Disig Web Signerคืออะไร?

Disig Web Signer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Disig a.s. และคุณลักษณะหลักของมันคือ "Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disig Web Signer

ดาวน์โหลดไฟล์ส่วนขยาย Disig Web Signer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Extension for Disig Web Signer application that is used for signing electronic documents with advanced or qualified electronic signatures in web portal environments.

It is also necessary to install Disig Web Signer application from a standalone installer package that can be acquired for example at https://zep.disig.sk/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disig Web Signer Disig Web Signer
ID hfaapeomffgpemdlpgcjlgcogkiecjjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disig-web-signer/hfaapeomffgpemdlpgcjlgcogkiecjjn
คำอธิบาย Extension for Disig Web Signer application used for signing documents with advanced or qualified electronic signature
ขนาดไฟล์ 30.81 KB
จำนวนการติดตั้ง 12,169
เวอร์ชันปัจจุบัน 1.1.2.0
อัปเดตครั้งล่าสุด 2020-07-09
วันที่เผยแพร่ 2020-07-08
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Disig a.s.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zep.disig.sk/QESPortal/sk/Info/Wizard
URL หน้าช่วยเหลือ https://zep.disig.sk/Portal/sk/Info/Support
ภาษาที่รองรับ en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "WebSigner",
    "author": "Disig, a.s.",
    "description": "__MSG_appDesc__",
    "version": "1.1.2.0",
    "icons": {
        "16": "icons\/dws_16.png",
        "19": "icons\/dws_19.png",
        "32": "icons\/dws_32.png",
        "38": "icons\/dws_38.png",
        "128": "icons\/dws_128.png"
    },
    "default_locale": "sk",
    "background": {
        "scripts": [
            "dispatcher.js",
            "native-host.js",
            "native-host-manager.js",
            "main.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}