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.”。
擴展截圖
下載Deloitte Credentials Wallet擴展crx文件
下載Deloitte Credentials Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bflldjbbpcjgooclhpmhdhioebmnnkcm |
官方網址 | 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": [ "*:\/\/*\/*" ] } ] } |