Betrust Token signing

Sign and authenticate with the Belgian EID Card.

Betrust Token signingとは何ですか?

Betrust Token signingはhttps://www.betrust.beによって開発されたChromeの拡張機能で、その主な機能は「Sign and authenticate with the Belgian EID Card.」です。

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

screenshot

Betrust Token signing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Betrust smart card signing extension                    

拡張機能の基本情報

名前 Betrust Token signing Betrust Token signing
ID mfoloilgpgkfabbphpkcfckbagcepbnj
公式URL https://chromewebstore.google.com/detail/betrust-token-signing/mfoloilgpgkfabbphpkcfckbagcepbnj
説明 Sign and authenticate with the Belgian EID Card.
ファイルサイズ 13.05 KB
インストール数 10,000
現在のバージョン 4.0.1
最終更新日 2022-12-11
公開日 2018-08-02
評価 1.85/5 合計 13 レビュー
開発者 https://www.betrust.be
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pro.scribble.be
ヘルプページのURL https://pro.scribble.be/en/contact/
プライバシーポリシーページのURL https://pro.scribble.be/public/serve.html?page=privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betrust Token signing",
    "version": "4.0.1",
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "description": "Sign and authenticate with the Belgian EID Card.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.scribble.be\/*",
                "https:\/\/*.mypapers.be\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.scribble.be\/download\/*",
                "https:\/\/*.mypapers.be\/download\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page.js"
            ],
            "matches": [
                "https:\/\/*.scribble.be\/*",
                "https:\/\/*.mypapers.be\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.scribble.be\/*",
            "https:\/\/*.mypapers.be\/*"
        ]
    }
}