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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}