Biport Wallet

The Biport Wallet

Biport Wallet là gì?

Biport Wallet là một tiện ích mở rộng Chrome được phát triển bởi bifrostdev, và tính năng chính của nó là "The Biport Wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Biport Wallet

Tải xuống các tệp mở rộng Biport Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The standard decentralized multichain wallet for DeFi 2.0

Whether you are new to blockchain and crypto or an experienced user, Biport Wallet has all the tools for you to manage crypto in the most convenient, seamless, and secure way. Easily manage crypto scattered across blockchains networks - all in one place.

* Biport Wallet Features

MULTICHAIN CONNECTIVITY

- Send, receive, and store a wide range of ERC20, BEP20, C-Chain assets, and even Bitcoin
- Supported on Ethereum, Binance Smart Chain (BSC), and Avalanche networks

METAMASK SUPPORT

- Connect to your favorite DApps - MetaMask Support feature allows you to use and interact with all DApps that support MetaMask

BiFi ACCESSIBILITY

- Deposit assets (ETH, BNB, USDT, USDC, AVAX, and more) to BiFi directly from the wallet

TRANSFER PROTECTION

- Protects user funds by preventing unintended or mistaken transfers to a smart contract address

* PRIVACY

Biport is a decentralized wallet. We will never have access to the recovery phrase or private keys of users.

Privacy Policy: https://biport.io/#/pnt/policy
Terms of Service: https://biport.io/#/pnt/terms                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Biport Wallet Biport Wallet
ID mapbhaebnddapnmifbbkgeedkeplgjmf
URL Chính Thức https://chromewebstore.google.com/detail/biport-wallet/mapbhaebnddapnmifbbkgeedkeplgjmf
Mô tả The Biport Wallet
Kích Thước Tệp 9.69 MB
Số Lần Cài Đặt 3,602
Phiên Bản Hiện Tại 1.1.64
Cập Nhật Lần Cuối 2023-10-26
Ngày Phát Hành 2021-11-04
Đánh Giá 4.86/5 Tổng số 21 Đánh Giá
Nhà Phát Triển bifrostdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://biport.io
URL Trang Chính Sách Bảo Mật https://biport.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Biport Wallet",
    "version": "1.1.64",
    "description": "The Biport Wallet",
    "icons": {
        "16": ".\/assets\/images\/16_logo.png",
        "48": ".\/assets\/images\/48_logo.png",
        "128": ".\/assets\/images\/128_logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "unlimitedStorage",
        "clipboardRead",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/images\/16_logo.png",
            "48": ".\/assets\/images\/48_logo.png",
            "128": ".\/assets\/images\/128_logo.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/inpage.bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com; object-src 'self'"
}