Surf Wallet

The smoothest smart wallet on Sui Network. Everything in-app, not just web3. Explore, Play, and Surf.

Τι είναι το Surf Wallet;

Το Surf Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον surflabs.wallet, και η κύρια λειτουργία του είναι "The smoothest smart wallet on Sui Network. Everything in-app, not just web3. Explore, Play, and Surf.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Surf Wallet

Λήψη αρχείων επέκτασης Surf Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Surf Wallet is a platform that allows for convenient and secure transfer of tokens and collection of NFTs on the blockchain. The Surf DAO team is composed of five early supporters who are active in the blockchain community and committed to creating the best wallet experience.

Surf Wallet is not just another cryptocurrency wallet. The team is dedicated to making the blockchain ecosystem more accessible and is developing a mobile version of the wallet to break down barriers to entry. Their goal is to create the most accessible and secure wallet possible, enabling anyone to thrive in the world of blockchain. Through MPC wallet encryption, Surf users can make beginner payments and investments with just a few clicks, without complex setups and manual seed phrases.

Surf DAO is dedicated to exploring new solutions to maintain corruption resistance and make better spending decisions from the outset. The team aims to promote egalitarian approaches to DAO structure and financial management. As such, they are launching a multi-signature wallet. The Surf multi-signature wallet provides intelligent financial management for DAOs and protocols, allowing them to safely expand their businesses. DAOs can customize their multi-signature workflows and set team approvals, share financial ownership, and build trust. Additionally, Surf's streaming payments enhance payment security and efficiency, enabling DAOs to pay teams or communities via secure and seamless encrypted transactions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Surf Wallet Surf Wallet
ID emeeapjkbcbpbpgaagfchmcgglmebnen
Επίσημο URL https://chromewebstore.google.com/detail/surf-wallet/emeeapjkbcbpbpgaagfchmcgglmebnen
Περιγραφή The smoothest smart wallet on Sui Network. Everything in-app, not just web3. Explore, Play, and Surf.
Μέγεθος Αρχείου 4.76 MB
Αριθμός Εγκαταστάσεων 7,596
Τρέχουσα Έκδοση 0.4.3
Τελευταία Ενημέρωση 2023-08-16
Ημερομηνία Δημοσίευσης 2022-11-18
Αξιολόγηση 4.92/5 Συνολικά 89 Αξιολογήσεις
Προγραμματιστής surflabs.wallet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://surf.tech/
URL της Σελίδας Πολιτικής Απορρήτου https://surf.tech/private-protocol
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Surf Wallet",
    "homepage_url": "https:\/\/surf.tech\/",
    "description": "The smoothest smart wallet on Sui Network. Everything in-app, not just web3. Explore, Play, and Surf.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "system.display"
    ],
    "icons": {
        "192": "icons\/192.png",
        "512": "icons\/512.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js",
                "js\/inpage-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Surf Wallet",
        "default_icon": {
            "192": "icons\/192.png",
            "512": "icons\/512.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inpage-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "0.4.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}