PKISigning usb-token ondersteuning

PKISigning ondersteuning voor usb-tokens

PKISigning usb-token ondersteuningとは何ですか?

PKISigning usb-token ondersteuningはPKIsigningによって開発されたChromeの拡張機能で、その主な機能は「PKISigning ondersteuning voor usb-tokens」です。

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

PKISigning usb-token ondersteuning拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 PKISigning usb-token ondersteuning PKISigning usb-token ondersteuning
ID onahnhdkiciollgmegkfocgjgdoaackp
公式URL https://chrome.google.com/webstore/detail/pkisigning-usb-token-onde/onahnhdkiciollgmegkfocgjgdoaackp
説明 PKISigning ondersteuning voor usb-tokens
ファイルサイズ 23.33 KB
インストール数 7,710
現在のバージョン 1.0.2
最終更新日 2019-02-27
公開日 2019-02-27
評価 5.00/5 合計 2 レビュー
開発者 PKIsigning
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.pkisigning.nl
ヘルプページのURL https://www.pkisigning.nl/support
プライバシーポリシーページのURL https://pkisigning.nl/privacy
対応言語 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}"
        }
    }
}