Isabel Security Components add-on

Use the Isabel Security Components, enabling secure access and signing.

Isabel Security Components add-on क्या है?

Isabel Security Components add-on Isabel Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the Isabel Security Components, enabling secure access and signing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Isabel Security Components add-on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to use your Isabel Smart Card or any other branded card using the Isabel security components through the browser.

NOTE: You still need to install the related Security Components on your machine before you can use this extension.

This webextension is intended for use only in combination with the following solutions: Isabel 6 of Isabel NV/SA or Easy Banking Business of BNP Paribas Fortis NV/SA(“the Solutions”). It can only be used by existing customers of the Solutions as it requires (pre)installation of features (e.g. security and other components) that are available only after entering into an agreement with either Isabel NV/SA or BNP Paribas Fortis NV/SA.
If you are a new or existing customer of the Solutions, download and installation of this webextension will be governed exclusively by the terms of the existing agreement and license conditions of the Solutions.

If you are not a new or existing customer of the Solutions, but nevertheless download and install this webextension, there will be no liability of the providers of the Solutions towards you nor towards any third party.                    

एक्सटेंशन की मूल जानकारी

नाम Isabel Security Components add-on Isabel Security Components add-on
ID cpggiplhdeldlnhdmfmionjblhaabpgn
आधिकारिक URL https://chromewebstore.google.com/detail/isabel-security-component/cpggiplhdeldlnhdmfmionjblhaabpgn
विवरण Use the Isabel Security Components, enabling secure access and signing.
फ़ाइल का आकार 18.62 KB
स्थापना संख्या 139,554
वर्तमान संस्करण 3.1.1
अंतिम अपडेट 2022-08-31
प्रकाशन तिथि 2020-02-03
रेटिंग 1.57/5 कुल 7 रेटिंग्स
डेवलपर Isabel Group
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.isabel.eu
गोपनीयता नीति पृष्ठ URL https://www.isabelgroup.eu/en/privacy-policy
समर्थित भाषाएँ de,en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "version": "3.1.1",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.isabel.eu\/*",
                "https:\/\/*.isabel.be\/*",
                "https:\/\/*.multibanking.eu\/*",
                "https:\/\/*.isabelgroup.eu\/*",
                "https:\/\/*.fortis.bank\/*",
                "https:\/\/*.qabnpparibasfortis.be\/*",
                "https:\/\/*.qafintro.be\/*",
                "https:\/\/*.bnpparibasfortis.be\/*",
                "https:\/\/*.easybankingbusiness.be\/*",
                "https:\/\/*.fintro.be\/*",
                "https:\/\/*.kbc.be\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging"
    ]
}