Biport Wallet

The Biport Wallet

Biport Walletคืออะไร?

Biport Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bifrostdev และคุณลักษณะหลักของมันคือ "The Biport Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Biport Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}