Gabinet Smart Cards

Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget

Gabinet Smart Cardsとは何ですか?

Gabinet Smart Cardsはdrlekseekによって開発されたChromeの拡張機能で、その主な機能は「Karty inteligentne i podpis elektroniczny w Gabinecie Dr Widget」です。

拡張機能のスクリーンショット

screenshot

Gabinet Smart Cards拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}