Sui Wallet

A wallet for Sui

Sui Wallet क्या है?

Sui Wallet Mysten Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A wallet for Sui"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sui Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sui Wallet

Discover the power of Sui with the open-source Sui Wallet, easily interact with dApps and manage your assets on the Sui ecosystem.

Key Features:

• ZkLogin: Easily create a self-custody wallet with just your SSO, including Google and Twitch.
• Seamless dApp Connectivity: Connect with dApps and approve transactions securely with transparent permissions.
• Mnemonic & Key Management: Create and or import accounts with mnemonic phrases and derived private keys.
• Asset Management: View, transfer, and organize your assets within the Sui network.
• Activity Tracking: Monitor recent activities in your Sui Wallet and dive deeper with direct links to the Sui Explorer.
• Powerful Integrations: Enhance security with Ledger hardware, Qredo wallet and more.

Learn More:

Dive into the Sui Wallet documentation (https://docs.mystenlabs.com/wallet) for comprehensive details and support.                    

एक्सटेंशन की मूल जानकारी

नाम Sui Wallet Sui Wallet
ID opcgpfmipidbgpenhmajoajpbobppdil
आधिकारिक URL https://chromewebstore.google.com/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil
विवरण A wallet for Sui
फ़ाइल का आकार 7.19 MB
स्थापना संख्या 965,929
वर्तमान संस्करण 24.2.27.0 (dc8bc5d)
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2022-07-14
रेटिंग 4.94/5 कुल 5393 रेटिंग्स
डेवलपर Mysten Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sui.io/
सहायता पृष्ठ URL https://discord.com/invite/BK6WFhud
गोपनीयता नीति पृष्ठ URL https://mystenlabs.com/legal?content=privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sui Wallet",
    "description": "A wallet for Sui",
    "version": "24.2.27.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "unlimitedStorage",
        "identity"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:5001\/",
        "https:\/\/fullnode.devnet.sui.io\/",
        "https:\/\/fullnode.staging.sui.io\/"
    ],
    "icons": {
        "16": "manifest\/icons\/sui-icon-16.png",
        "32": "manifest\/icons\/sui-icon-32.png",
        "48": "manifest\/icons\/sui-icon-48.png",
        "128": "manifest\/icons\/sui-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "ui.html"
            ],
            "matches": [
                "https:\/\/*.banxa.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
    },
    "version_name": "24.2.27.0 (dc8bc5d)"
}