Deloitte Credentials Wallet
Deloitte Credentials Wallet. The wallet for your credentials.
Deloitte Credentials Wallet là gì?
Deloitte Credentials Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://kyc-credentials.com, và tính năng chính của nó là "Deloitte Credentials Wallet. The wallet for your credentials.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deloitte Credentials Wallet
Tải xuống các tệp mở rộng Deloitte Credentials Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bflldjbbpcjgooclhpmhdhioebmnnkcm |
URL Chính Thức | https://chromewebstore.google.com/detail/deloitte-credentials-wall/bflldjbbpcjgooclhpmhdhioebmnnkcm |
Mô tả | Deloitte Credentials Wallet. The wallet for your credentials. |
Kích Thước Tệp | 1.48 MB |
Số Lần Cài Đặt | 969 |
Phiên Bản Hiện Tại | 2023.11.7 |
Cập Nhật Lần Cuối | 2023-11-09 |
Ngày Phát Hành | 2023-10-31 |
Đánh Giá | 5.00/5 Tổng số 47 Đánh Giá |
Nhà Phát Triển | https://kyc-credentials.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kyc-credentials.com |
URL Trang Trợ Giúp | https://kyc-credentials.com/home(modals:contact) |
URL Trang Chính Sách Bảo Mật | https://www2.deloitte.com/ch/en/legal/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |