Halo Wallet
Gateway to the Web3 World
Halo Wallet란 무엇입니까?
Halo Wallet은(는) https://halo.social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gateway to the Web3 World"입니다.
확장 프로그램 스크린샷
Halo Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Halo Wallet extension offers you a secure and easy way to access your digital assets and use crypto applications in your browser. What you can do with Halo Wallet extension: - Easily manage your crypto assets in one place - View your NFT collection - Explore the decentralized web - Seamlessly interact with various dApps Halo Wallet is a self-custody wallet with users having full control of their assets. Our browser extension aims to give every crypto lover access to the colorful Web3 world without any gaps. Halo Wallet is your gateway to the Web3 world. Add Halo Wallet extension to your browser and explore the Web3 world at ease!
확장 프로그램 기본 정보
이름 | Halo Wallet |
ID | nbdpmlhambbdkhkmbfpljckjcmgibalo |
공식 URL | https://chromewebstore.google.com/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo |
설명 | Gateway to the Web3 World |
파일 크기 | 2.71 MB |
설치 횟수 | 20,000 |
현재 버전 | 2.2.3 |
최근 업데이트 | 2024-01-15 |
출시 날짜 | 2022-09-28 |
평점 | 4.65/5 총 31 개의 평점 |
개발자 | https://halo.social |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://halo.social/ |
도움말 페이지 URL | https://support.halo.social/hc/en-us/ |
개인정보 보호 정책 페이지 URL | https://halo.social/privacy_policy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.2.3", "default_locale": "en", "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_title": "Halo Wallet", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "activeTab", "notifications", "scripting", "system.display", "offscreen", "https:\/\/www.googletagmanager.com\/", "https:\/\/www.google-analytics.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self';object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" }, "host_permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "inpage_legacy.js", "inpage.js", "inpage_app.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |