PKISigning usb-token ondersteuning

PKISigning ondersteuning voor usb-tokens

What is PKISigning usb-token ondersteuning?

PKISigning usb-token ondersteuning is a Chrome extension developed by PKIsigning, and its main feature is "PKISigning ondersteuning voor usb-tokens".

Extension Screenshots

Download PKISigning usb-token ondersteuning Extension CRX File

Download PKISigning usb-token ondersteuning 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

                        Deze plugin is benodigd voor het ondertekenen met uw PKIOverheid-beroepscertificaat.                    

Extension Basic Information

Name PKISigning usb-token ondersteuning PKISigning usb-token ondersteuning
ID onahnhdkiciollgmegkfocgjgdoaackp
Official URL https://chrome.google.com/webstore/detail/pkisigning-usb-token-onde/onahnhdkiciollgmegkfocgjgdoaackp
Description PKISigning ondersteuning voor usb-tokens
File Size 23.33 KB
Installation Count 7,710
Current Version 1.0.2
Last Updated 2019-02-27
Publish Date 2019-02-27
Rating 5.00/5 Total 2 Ratings
Developer PKIsigning
Email [email protected]
Payment Type free
Extension Website https://www.pkisigning.nl
Help Page URL https://www.pkisigning.nl/support
Privacy Policy Page URL https://pkisigning.nl/privacy
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PKISigning usb-token ondersteuning",
    "version": "1.0.2",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "PKISigning ondersteuning voor usb-tokens",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "applications": {
        "gecko": {
            "id": "{4f89afef-1172-4e18-9012-609436f07ce9}"
        }
    }
}