zkPass TransGate
Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data.
zkPass TransGate란 무엇입니까?
zkPass TransGate은(는) https://zkpass.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data."입니다.
확장 프로그램 스크린샷
zkPass TransGate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | zkPass TransGate |
ID | afkoofjocpbclhnldmmaphappihehpma |
공식 URL | https://chromewebstore.google.com/detail/zkpass-transgate/afkoofjocpbclhnldmmaphappihehpma |
설명 | Transfer Web2 private data to Web3 using zero knowledge proofs without disclosing any user privacy data. |
파일 크기 | 10.54 MB |
설치 횟수 | 40,000 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2023-08-20 |
평점 | 4.83/5 총 676 개의 평점 |
개발자 | https://zkpass.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zkpass.org |
도움말 페이지 URL | https://zkpass.gitbook.io/zkpass |
개인정보 보호 정책 페이지 URL | https://zkpass.gitbook.io/zkpass/supports/privacy-policy |
지원되는 언어 | 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": [ " |