Suiet | Sui Wallet
The Sui wallet for everyone, built on Sui blockchain
Suiet | Sui Wallet란 무엇입니까?
Suiet | Sui Wallet은(는) https://suiet.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Sui wallet for everyone, built on Sui blockchain"입니다.
확장 프로그램 스크린샷
Suiet | Sui Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A self custody crypto wallet built on Sui. Helps you to manage your wallet on Sui network, including create & import your wallet, make transactions and manage your NFTs on Sui. Suiet is the wallet for everyone, built on Sui blockchain. Open-sourced from dayone.
확장 프로그램 기본 정보
이름 | Suiet | Sui Wallet |
ID | khpkpbbcccdmmclmpigdgddabeilkdpd |
공식 URL | https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd |
설명 | The Sui wallet for everyone, built on Sui blockchain |
파일 크기 | 3.62 MB |
설치 횟수 | 283,413 |
현재 버전 | 0.2.88 |
최근 업데이트 | 2024-02-25 |
출시 날짜 | 2022-09-26 |
평점 | 4.98/5 총 11559 개의 평점 |
개발자 | https://suiet.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://suiet.app |
개인정보 보호 정책 페이지 URL | https://suiet.app/page/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Suiet | Sui Wallet", "description": "The Sui wallet for everyone, built on Sui blockchain", "version": "0.2.88", "version_name": "0.2.88", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.ts.c44951f8.5d675820.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "dapp-api.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/log.4885de7a.js", "assets\/innerFrom.5e95570e.js", "assets\/KeepAliveConnection.0c69c5ea.js", "assets\/index.ts.c44951f8.js" ], "use_dynamic_url": true } ] } |