Surf Wallet

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

Surf Wallet란 무엇입니까?

Surf Wallet은(는) surflabs.wallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The smoothest smart wallet on Sui Network. Everything in-app, not just web3. Explore, Play, and Surf."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Surf Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}