zkPass TransGate
Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.
Qu'est-ce que zkPass TransGate ?
zkPass TransGate est une extension Chrome développée par https://zkpass.org, et sa fonction principale est "Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension zkPass TransGate
Téléchargez les fichiers d'extension zkPass TransGate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | zkPass TransGate |
ID | afkoofjocpbclhnldmmaphappihehpma |
URL Officiel | https://chromewebstore.google.com/detail/zkpass-transgate/afkoofjocpbclhnldmmaphappihehpma |
Description | Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data. |
Taille du Fichier | 10.54 MB |
Nombre d'Installations | 40,000 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2023-08-20 |
Évaluation | 4.83/5 Total 676 Évaluations |
Développeur | https://zkpass.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zkpass.org |
URL de la Page d'Aide | https://zkpass.gitbook.io/zkpass |
URL de la Page de Politique de Confidentialité | https://zkpass.gitbook.io/zkpass/supports/privacy-policy |
Langues Prises en Charge | 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": [ " |