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
电子邮箱 [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\/*"
        ]
    }
}