Gabinet Smart Cards

Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget

Gabinet Smart Cardsคืออะไร?

Gabinet Smart Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drlekseek และคุณลักษณะหลักของมันคือ "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gabinet Smart Cards

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

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

                        Wraz z aplikacją natywną Gabinet Smart Cards umożliwia wykonywanie podpisu elektronicznego bezpośrednio w przeglądarce internetowej.                    

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

ชื่อ Gabinet Smart Cards Gabinet Smart Cards
ID ocdhokaabhiibekhdfcbmbkbinmbdape
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gabinet-smart-cards/ocdhokaabhiibekhdfcbmbkbinmbdape
คำอธิบาย Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget
ขนาดไฟล์ 27.8 KB
จำนวนการติดตั้ง 715
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2022-06-29
วันที่เผยแพร่ 2018-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา drlekseek
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://drw.pl
ภาษาที่รองรับ pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget",
    "manifest_version": 3,
    "name": "Gabinet Smart Cards",
    "short_name": "GabinetSmartCards",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "event_handler.js"
            ],
            "matches": [
                "*:\/\/*.drw.pl\/*",
                "*:\/\/*.dr100.pl\/*",
                "*:\/\/*.mydr.pl\/*",
                "*:\/\/127.0.0.1\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}