SIT 3DA CA WEB Client

Extension for signing documents in browser

SIT 3DA CA WEB Clientคืออะไร?

SIT 3DA CA WEB Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SIT LLC และคุณลักษณะหลักของมันคือ "Extension for signing documents in browser"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SIT 3DA CA WEB Client

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

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

                        Розширення для накладання електронного підпису на документи у браузерах                    

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

ชื่อ SIT 3DA CA WEB Client SIT 3DA CA WEB Client
ID nphbijnpcjlohpbpbaogffkagaeoaono
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono
คำอธิบาย Extension for signing documents in browser
ขนาดไฟล์ 29.72 KB
จำนวนการติดตั้ง 1,029
เวอร์ชันปัจจุบัน 1.0.19
อัปเดตครั้งล่าสุด 2022-07-27
วันที่เผยแพร่ 2019-07-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SIT LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sit.company
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "uk",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "version": "1.0.19",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "*:\/\/*\/*"
    ],
    "icons": {
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    }
}