eID Chrome Extension

Chrome extension for the Belgium eID card

eID Chrome Extensionとは何ですか?

eID Chrome Extensionはhttps://e-contract.beによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for the Belgium eID card」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

eID Chrome Extension拡張機能のCRXファイルをダウンロード

eID Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.                    

拡張機能の基本情報

名前 eID Chrome Extension eID Chrome Extension
ID bkbdaodnaecdijpajecpncpdomgcoakc
公式URL https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc
説明 Chrome extension for the Belgium eID card
ファイルサイズ 22.78 KB
インストール数 835,676
現在のバージョン 1.0.2
最終更新日 2023-01-23
公開日 2015-09-08
評価 1.79/5 合計 263 レビュー
開発者 https://e-contract.be
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.e-contract.be
ヘルプページのURL https://www.e-contract.be/support/chrome
プライバシーポリシーページのURL https://www.e-contract.be/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eID Chrome Extension",
    "description": "Chrome extension for the Belgium eID card",
    "version": "1.0.2",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "38": "icon38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.e-contract.be\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.ejustice.be\/*",
                "https:\/\/*.auctionline.be\/*",
                "https:\/\/*.nkcn-cia.be\/*",
                "https:\/\/*.jd-consult.be\/*",
                "https:\/\/*.allsoft.be\/*",
                "https:\/\/*.orpea.net\/*",
                "http:\/\/*.orpea.net\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}