Betrust Token signing

Sign and authenticate with the Belgian EID Card.

What is Betrust Token signing?

Betrust Token signing is a Chrome extension developed by https://www.betrust.be, and its main feature is "Sign and authenticate with the Belgian EID Card.".

Extension Screenshots

screenshot

Download Betrust Token signing Extension CRX File

Download Betrust Token signing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Betrust smart card signing extension                    

Extension Basic Information

Name Betrust Token signing Betrust Token signing
ID mfoloilgpgkfabbphpkcfckbagcepbnj
Official URL https://chromewebstore.google.com/detail/betrust-token-signing/mfoloilgpgkfabbphpkcfckbagcepbnj
Description Sign and authenticate with the Belgian EID Card.
File Size 13.05 KB
Installation Count 10,000
Current Version 4.0.1
Last Updated 2022-12-11
Publish Date 2018-08-02
Rating 1.85/5 Total 13 Ratings
Developer https://www.betrust.be
Email [email protected]
Payment Type free
Extension Website https://pro.scribble.be
Help Page URL https://pro.scribble.be/en/contact/
Privacy Policy Page URL https://pro.scribble.be/public/serve.html?page=privacy
Supported Languages 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\/*"
        ]
    }
}