zkPass TransGate

Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.

Wat is zkPass TransGate?

zkPass TransGate is een Chrome-extensie ontwikkeld door https://zkpass.org, en de belangrijkste functie is "Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie zkPass TransGate

Download zkPass TransGate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        zkPass TransGate: Empower Your Private Data Journey to Web3

Introducing TransGate: the cutting-edge Google Chrome Extension powered by zkPass Protocol, reshaping the way you interact with data. Seamlessly bridging the gap between Web2 and Web3, TransGate empowers secure data transfers while safeguarding your privacy.

How TransGate Works:
Simple Initiation: Open a new tab and access your desired data source website through TransGate.
Enhanced Identity Credentials: Log in with TransGate to locally create identity credentials, comprising the unforgeable NFT Soul-Bound Token and the privacy-preserving Zero-Knowledge Proof.
Privacy-Centric Verification: Verify your identity statement with third parties without compromising personal information. Retain control through the Soul-Bound Token, asserting data ownership.

Key Features:
Data Source URL Retrieval: TransGate fetches trusted third-party data source URLs and seamlessly opens dedicated tabs for your chosen websites.
API Matching: Smartly identifies target website APIs, parsing headers, bodies, queries, or URLs.
Secure Communication: Utilizing a Three-Party TLS Protocol, TransGate collaborates as a Client with trusted nodes for secure communication with data source websites.
Zero-Knowledge Proof Generation: Ingeniously generates zero-knowledge proofs based on data source website responses, ensuring impeccable privacy.

With TransGate, you can:
Private Adulthood Verification: Demonstrate legal adulthood without revealing exact age.
Asset Certificate Generation: Create asset certificates without disclosing specific asset details.

Transform Web2 private data into a format that respects privacy. Gain access and verification capabilities on the Web3 frontier.

Embrace a new era of data ownership. Join the Web3 movement today. Click "Add to Chrome" to install the TransGate Chrome extension!                    

Basisinformatie over de Extensie

Naam zkPass TransGate zkPass TransGate
ID afkoofjocpbclhnldmmaphappihehpma
Officiële URL https://chromewebstore.google.com/detail/zkpass-transgate/afkoofjocpbclhnldmmaphappihehpma
Beschrijving Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.
Bestandsgrootte 10.54 MB
Aantal Installaties 40,000
Huidige Versie 0.1.1
Laatst Bijgewerkt 2024-03-02
Publicatiedatum 2023-08-20
Beoordeling 4.83/5 Totaal 676 Beoordelingen
Ontwikkelaar https://zkpass.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zkpass.org
Help Pagina-URL https://zkpass.gitbook.io/zkpass
URL van de Privacybeleid Pagina https://zkpass.gitbook.io/zkpass/supports/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "zkPass TransGate",
    "version": "0.1.1",
    "description": "Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "manifest.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/content.js",
                "message.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*",
            "*:\/\/localhost\/*",
            "*:\/\/demo.zkpass.org\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "sandbox": {
        "pages": [
            "*:\/\/*\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH6fBbtc4odFrRFa7td0wqNIXHaF1Sbtthryi1kuSYC2Lb3RUbL0vszAIeQEmbwQEcPX4n2uRfTk7hFUFaFCwJ2mRZPy72PIrEJWhlVWI4xjSBwnSuAPhFL6kfkIhGYQaorR7z+B\/zGa7kJOwpeweJ+n58ysAxuryjU1dfLlagvGhXyGYAW0Ni1lCZA5UxLAM6w0egJnYdZa+HVGOwzMNAugHbo8P7DroPNBqmp9eit2EY+rvWgyIdSfjc5M80NI7QUEGUXZtgCmVIuaLMwtq7Mb6xE3kA9R+IOTizLCQUlNt85EKLkpwpzJxbK1IG3udNtrqq029geuCvoB57SXbQIDAQAB"
}