BeFi Wallet

BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs

BeFi Wallet란 무엇입니까?

BeFi Wallet은(는) BeFi Wallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps , DeFi and NFTs
BeFi Wallet DAO is the real Web3.0 entry and the community-first multi-chain crypto wallet. Users can send, receive, store and earn from digital assets safely and securely. BeFi is a Community-First Wallet, which will return profits generated by "wallet services" to "wallet users"                    

확장 프로그램 기본 정보

이름 BeFi Wallet BeFi Wallet
ID gmcpomojcoaopogcbhpchfpdpfaabihc
공식 URL https://chromewebstore.google.com/detail/befi-wallet/gmcpomojcoaopogcbhpchfpdpfaabihc
설명 BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs
파일 크기 2.33 MB
설치 횟수 2,618
현재 버전 1.4.4
최근 업데이트 2022-06-17
출시 날짜 2022-01-13
평점 4.20/5 총 5 개의 평점
개발자 BeFi Wallet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://befiwalletdao.com/
개인정보 보호 정책 페이지 URL http://h5.befiwalletdao.com/private
지원되는 언어 en,tr,ru,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BeFi Wallet",
    "short_name": "BeFi Wallet",
    "version": "1.4.4",
    "default_locale": "en",
    "description": "BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "BeFi Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/beefinance.technology\/",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "notifications",
        "system.cpu",
        "system.display",
        "system.memory",
        "system.storage"
    ],
    "web_accessible_resources": [
        "user-media-permission.html"
    ]
}