BankID CryptoPlugin

Extension for authenticate the citizen through BankID by digital signature without Java

Cos'è BankID CryptoPlugin?

BankID CryptoPlugin è un'estensione di Chrome sviluppata da https://biprocessing.org.ua, e la sua funzione principale è "Extension for authenticate the citizen through BankID by digital signature without Java".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BankID CryptoPlugin

Scarica i file di estensione BankID CryptoPlugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension for authenticate the citizen through BankID by digital signature without Java                    

Informazioni di Base sull'Estensione

Nome BankID CryptoPlugin BankID CryptoPlugin
ID pgfbdgicjmhenccemcijooffohcdanic
URL Ufficiale https://chromewebstore.google.com/detail/bankid-cryptoplugin/pgfbdgicjmhenccemcijooffohcdanic
Descrizione Extension for authenticate the citizen through BankID by digital signature without Java
Dimensione del File 69.84 KB
Conteggio Installazioni 595,694
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-05-07
Data di Pubblicazione 2020-05-06
Valutazione 2.93/5 Totale 211 Valutazioni
Sviluppatore https://biprocessing.org.ua
Tipo di Pagamento free
Sito Web dell'Estensione https://bankid.org.ua
Lingue Supportate en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BankID CryptoPlugin",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "uk",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.ceb.loc\/*",
            "*:\/\/*.p24.ua\/*",
            "*:\/\/*.pb.ua\/*",
            "*:\/\/*.pb.com.ua\/*",
            "*:\/\/*.privat24.ua\/*",
            "*:\/\/*.privatbank.ua\/*",
            "*:\/\/*.biprocessing.org.ua\/*",
            "*:\/\/*.igov.org.ua\/*",
            "*:\/\/*.bankid.org.ua\/*"
        ]
    },
    "icons": {
        "512": "icon512.png",
        "256": "icon256.png",
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "24": "icon24.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "manifest.json"
    ]
}