HAVAH Wallet
Unleash your NFTs in the infinite Metaverse
HAVAH Wallet란 무엇입니까?
HAVAH Wallet은(는) HAVAH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unleash your NFTs in the infinite Metaverse"입니다.
확장 프로그램 스크린샷
HAVAH Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HAVAH Wallet is an extension program for using distributed applications on the HAVAH Network. HAVAH Wallet encrypts and stores the Public key and the mnemonic phrase, which are considered essential information to manage various digital assets in the individual's local storage and does not separately back up or upload the information to its own online storage. The functions of the online digital Wallet includes, but is not limited to, transfers, exchanges, and transactions, and the Wallet’s services may be expanded through updates. HAVAH Wallet docs : https://docs.havah.io/havahwallet/ HAVAH Platform : https://www.havah.io/ HAVAH Scan : https://scan.havah.io/ HAVAH Mitter : https://mitter.havah.io/bridge/nft HAVAH Intro : https://intro.havah.io/
확장 프로그램 기본 정보
이름 | HAVAH Wallet |
ID | cnncmdhjacpkmjmkcafchppbnpnhdmon |
공식 URL | https://chromewebstore.google.com/detail/havah-wallet/cnncmdhjacpkmjmkcafchppbnpnhdmon |
설명 | Unleash your NFTs in the infinite Metaverse |
파일 크기 | 16.74 MB |
설치 횟수 | 107,513 |
현재 버전 | 2.3.1 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2022-10-07 |
평점 | 4.08/5 총 25 개의 평점 |
개발자 | HAVAH |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.havah.io/ |
도움말 페이지 URL | https://discord.com/invite/havahofficial |
개인정보 보호 정책 페이지 URL | https://drive.google.com/file/d/10EBwM28fATE80cvOqenaxLk4zLWkcwiA/view?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HAVAH Wallet", "version": "2.3.1", "description": "Unleash your NFTs in the infinite Metaverse", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_title": "Unleash your NFTs in the infinite Metaverse", "default_icon": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-120x120.png" } }, "icons": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-120x120.png" }, "externally_connectable": { "matches": [ "*:\/\/bridge.dcentwallet.com\/*" ] }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "resources": [ "icon-16x16.png", "icon-32x32.png", "icon-48x48.png", "icon-120x120.png", "src\/pages\/inpage\/index.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "resources": [ "src\/pages\/content\/index.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/js\/Content-script-loader.index.chunk.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/bridge.dcentwallet.com\/*" ] } |