Deloitte Credentials Wallet

Deloitte Credentials Wallet. The wallet for your credentials.

Deloitte Credentials Wallet क्या है?

Deloitte Credentials Wallet https://kyc-credentials.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deloitte Credentials Wallet. The wallet for your credentials."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Deloitte Credentials Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}