Suiet | Sui Wallet
The Sui wallet for everyone, built on Sui blockchain
Co to jest Suiet | Sui Wallet?
Suiet | Sui Wallet to rozszerzenie Chrome opracowane przez https://suiet.app, a jego główną funkcją jest „The Sui wallet for everyone, built on Sui blockchain”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Suiet | Sui Wallet
Pobierz pliki rozszerzeń Suiet | Sui Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | khpkpbbcccdmmclmpigdgddabeilkdpd |
| Oficjalny URL | https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd |
| Opis | The Sui wallet for everyone, built on Sui blockchain |
| Rozmiar pliku | 3.62 MB |
| Liczba instalacji | 283,413 |
| Aktualna Wersja | 0.2.88 |
| Ostatnia Aktualizacja | 2024-02-25 |
| Data Publikacji | 2022-09-26 |
| Ocena | 4.98/5 Łącznie 11559 Oceny |
| Deweloper | https://suiet.app |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://suiet.app |
| Adres URL Strony Polityki Prywatności | https://suiet.app/page/privacy |
| Obsługiwane Języki | 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
}
]
} | |