Sequence Wallet

The smartest wallet for Web3

Sequence Wallet란 무엇입니까?

Sequence Wallet은(는) sequence에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The smartest wallet for Web3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The smartest wallet for Web3.

Sequence is a smart wallet for Ethereum-compatible chains, Web3 + the metaverse.                    

확장 프로그램 기본 정보

이름 Sequence Wallet Sequence Wallet
ID ocmccklecaalljlflmclidjeclpcpdim
공식 URL https://chromewebstore.google.com/detail/sequence-wallet/ocmccklecaalljlflmclidjeclpcpdim
설명 The smartest wallet for Web3
파일 크기 2.73 MB
설치 횟수 1,289
현재 버전 2.0.8
최근 업데이트 2024-01-16
출시 날짜 2022-01-13
평점 5.00/5 총 1 개의 평점
개발자 sequence
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sequence.xyz
도움말 페이지 URL https://support.sequence.xyz
개인정보 보호 정책 페이지 URL https://sequence.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequence Wallet",
    "description": "The smartest wallet for Web3",
    "version": "2.0.8",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5yxf8ZmL0ozw173q2KtQBHl48o4m9gjTYVxkN3IP4EyQwuvBoUueWPfrtbMyOLFjDyZYuL1bl8JxF8gFRsj6QDOY7cRc0NK9\/if9cNAtZO5S1dUylFCIgBAY8fYj\/czrscOUkLl4Kj6FT01n9Ppf37\/nyxvpYkNzF8CvQTf\/Rs7N2ruxLXSdn9Xtg+lZUzB57hmUofs8nHcnRoNbf958qXqQmwaFdHoOGkL6MmW7YMz6zSiWPD9EZwR9gWxPTfbKtJOsONAHTlom8jA9j5s4pf1ITZ30\/lWkraD0rp6jC1DKpNpFyFydBikmtUUz7hAc47F09uwqcFfkTY5MejerGQIDAQAB",
    "permissions": [
        "clipboardRead"
    ],
    "optional_permissions": [
        "https:\/\/*.sequence.app\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "inpage.js"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    }
}