Gabinet Smart Cards

Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget

What is Gabinet Smart Cards?

Gabinet Smart Cards is a Chrome extension developed by drlekseek, and its main feature is "Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget".

Extension Screenshots

screenshot

Download Gabinet Smart Cards Extension CRX File

Download Gabinet Smart Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gabinet Smart Cards Gabinet Smart Cards
ID ocdhokaabhiibekhdfcbmbkbinmbdape
Official URL https://chromewebstore.google.com/detail/gabinet-smart-cards/ocdhokaabhiibekhdfcbmbkbinmbdape
Description Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget
File Size 27.8 KB
Installation Count 715
Current Version 0.0.0.4
Last Updated 2022-06-29
Publish Date 2018-01-02
Rating 5.00/5 Total 1 Ratings
Developer drlekseek
Email [email protected]
Payment Type free
Extension Website https://drw.pl
Supported Languages 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"
    ]
}