Biport Wallet

The Biport Wallet

Biport Wallet क्या है?

Biport Wallet bifrostdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Biport Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Biport Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}