Suiet | Sui Wallet

The Sui wallet for everyone, built on Sui blockchain

Cos'è Suiet | Sui Wallet?

Suiet | Sui Wallet è un'estensione di Chrome sviluppata da https://suiet.app, e la sua funzione principale è "The Sui wallet for everyone, built on Sui blockchain".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Suiet | Sui Wallet

Scarica i file di estensione Suiet | Sui Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Suiet | Sui Wallet Suiet | Sui Wallet
ID khpkpbbcccdmmclmpigdgddabeilkdpd
URL Ufficiale https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd
Descrizione The Sui wallet for everyone, built on Sui blockchain
Dimensione del File 3.62 MB
Conteggio Installazioni 283,413
Versione Corrente 0.2.88
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2022-09-26
Valutazione 4.98/5 Totale 11559 Valutazioni
Sviluppatore https://suiet.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://suiet.app
URL della Pagina della Politica sulla Privacy https://suiet.app/page/privacy
Lingue Supportate 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
        }
    ]
}