Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Bitgesell Wallet là gì?

Bitgesell Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://bglwallet.io, và tính năng chính của nó là "Cross-platform wallet for BGL cryptocurrency.".

Ả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 Bitgesell Wallet

Tải xuống các tệp mở rộng Bitgesell 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

                        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                    

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

Tên Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
URL Chính Thức https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Mô tả Cross-platform wallet for BGL cryptocurrency.
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.9.7.1
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2020-12-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://bglwallet.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bglwallet.io
URL Trang Trợ Giúp https://github.com/epexa/bitgesell-wallet/issues
URL Trang Chính Sách Bảo Mật https://app.tripseasonmap.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}