Hashpack
An HBAR wallet
Hashpack란 무엇입니까?
Hashpack은(는) https://hashpack.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An HBAR wallet"입니다.
확장 프로그램 스크린샷
Hashpack 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HashPack is a Chrome extension and browser-based crypto wallet built for dApps, DeFi and NFTs. Powered by the most sustainable public network – Hedera Hashgraph. It supports an NFT gallery, peer-to-peer NFT trading, free account creation, multi-account support, address books, and HTS support. It also has seamless Ledger integration and the ability to buy HBAR in-wallet using MoonPay. You can also connect securely with Hedera dApps, using HashPack to approve transactions while keeping your private keys safe and secure. Since its launch, HashPack has made waves in the community as the leading Hedera wallet for dApps and NFTs. HashPack approaches user experience as seriously as application security, new feature development, or community involvement. From vision to reality, HashPack is simple, secure, and stylish.
확장 프로그램 기본 정보
이름 | Hashpack |
ID | gjagmgiddbbciopjhllkdnddhcglnemk |
공식 URL | https://chromewebstore.google.com/detail/hashpack/gjagmgiddbbciopjhllkdnddhcglnemk |
설명 | An HBAR wallet |
파일 크기 | 66.55 MB |
설치 횟수 | 129,517 |
현재 버전 | 9.6.4 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2021-10-23 |
평점 | 4.52/5 총 58 개의 평점 |
개발자 | https://hashpack.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://hashpack.app |
개인정보 보호 정책 페이지 URL | https://www.hashpack.app/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hashpack", "description": "An HBAR wallet", "version": "9.6.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/api.hashpack.app\/*", "https:\/\/moonpay.hashpack.app\/*", "https:\/\/data.hashpack.app\/*", "https:\/\/onramp.hashpack.app\/*", "https:\/\/www.google-analytics.com\/*", "https:\/\/s.tradingview.com\/*", "https:\/\/bridge.dcentwallet.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com https:\/\/s3.tradingview.com\/ 'unsafe-inline'; ", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self';" }, "externally_connectable": { "matches": [ "https:\/\/*.dcentwallet.com\/*", "https:\/\/captcha.hashpack.app\/*" ], "ids": [] }, "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |