Deloitte Credentials Wallet

Deloitte Credentials Wallet. The wallet for your credentials.

Deloitte Credentials Wallet란 무엇입니까?

Deloitte Credentials Wallet은(는) https://kyc-credentials.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deloitte Credentials Wallet. The wallet for your credentials."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Deloitte Credentials Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Wallet for your Deloitte KYC credentials.

The Deloitte Wallet is a browser extension in which to store and share your Deloitte KYC credentials with third party verifiers. They can then trust these credentials and use them to identify and verify counterparties.
 
With the Deloitte KYC credential service, users can create digital identities using blockchain. The Deloitte Wallet (built on the Sporran Wallet) acts like a physical wallet, storing personal digital credentials and providing users with both anonymity and control over their own data when they present their information to online services.

For download and usage of the Deloitte Wallet the Terms and Conditions as outlined under https://kyc-credentials.com/terms-of-use are applicable.                    

확장 프로그램 기본 정보

이름 Deloitte Credentials Wallet Deloitte Credentials Wallet
ID bflldjbbpcjgooclhpmhdhioebmnnkcm
공식 URL https://chromewebstore.google.com/detail/deloitte-credentials-wall/bflldjbbpcjgooclhpmhdhioebmnnkcm
설명 Deloitte Credentials Wallet. The wallet for your credentials.
파일 크기 1.48 MB
설치 횟수 969
현재 버전 2023.11.7
최근 업데이트 2023-11-09
출시 날짜 2023-10-31
평점 5.00/5 총 47 개의 평점
개발자 https://kyc-credentials.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kyc-credentials.com
도움말 페이지 URL https://kyc-credentials.com/home(modals:contact)
개인정보 보호 정책 페이지 URL https://www2.deloitte.com/ch/en/legal/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "version": "2023.11.7",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icon\/dark\/favicon-16x16.png",
            "32": "icon\/dark\/favicon-32x32.png",
            "192": "icon\/dark\/android-chrome-192x192.png",
            "128": "icon\/dark\/android-chrome-512x512.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/backgroundScript.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/dark\/favicon-16x16.png",
        "32": "icon\/dark\/favicon-32x32.png",
        "192": "icon\/dark\/android-chrome-192x192.png",
        "128": "icon\/dark\/android-chrome-512x512.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectedScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}