Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Bitgesell Walletとは何ですか?

Bitgesell Walletはhttps://bglwallet.ioによって開発されたChromeの拡張機能で、その主な機能は「Cross-platform wallet for BGL cryptocurrency.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Bitgesell Wallet - сross-platform wallet for Bitgesell cryptocurrency (BGL).

Learn more about Bitgesell here: https://bitgesell.ca

This is a modern serverless wallet. All work between the app and the blockchain (Node) conducts directly!

Main features:
- new wallet creation with mnemonic seed
- restore wallet
- generate receiving address
- import address
- sent transaction
- transactions history                    

拡張機能の基本情報

名前 Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
公式URL https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
説明 Cross-platform wallet for BGL cryptocurrency.
ファイルサイズ 1.41 MB
インストール数 84
現在のバージョン 0.9.7.1
最終更新日 2023-08-28
公開日 2020-12-10
評価 5.00/5 合計 5 レビュー
開発者 https://bglwallet.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bglwallet.io
ヘルプページのURL https://github.com/epexa/bitgesell-wallet/issues
プライバシーポリシーページのURL https://app.tripseasonmap.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitgesell Wallet",
    "short_name": "BGL Wallet",
    "version": "0.9.7.1",
    "description": "Cross-platform wallet for BGL cryptocurrency.",
    "icons": {
        "192": "icon-192.png"
    },
    "homepage_url": "https:\/\/bglwallet.io",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "author": "Epexa [email protected]",
    "browser_action": {
        "default_icon": "icon-192.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}