Biport Wallet

The Biport Wallet

Biport Walletとは何ですか?

Biport Walletはbifrostdevによって開発されたChromeの拡張機能で、その主な機能は「The Biport Wallet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Biport Wallet拡張機能のCRXファイルをダウンロード

Biport Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Biport Wallet Biport Wallet
ID mapbhaebnddapnmifbbkgeedkeplgjmf
公式URL https://chromewebstore.google.com/detail/biport-wallet/mapbhaebnddapnmifbbkgeedkeplgjmf
説明 The Biport Wallet
ファイルサイズ 9.69 MB
インストール数 3,602
現在のバージョン 1.1.64
最終更新日 2023-10-26
公開日 2021-11-04
評価 4.86/5 合計 21 レビュー
開発者 bifrostdev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://biport.io
プライバシーポリシーページのURL https://biport.io
対応言語 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'"
}