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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Isabel Security Components, enabling secure access and signing."입니다.

확장 프로그램 스크린샷

screenshot

Isabel Security Components add-on 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}