Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Apa itu Bitgesell Wallet?

Bitgesell Wallet adalah ekstensi Chrome yang dikembangkan oleh https://bglwallet.io, dan fitur utamanya adalah "Cross-platform wallet for BGL cryptocurrency.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bitgesell Wallet

Unduh file ekstensi Bitgesell Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
URL Resmi https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Deskripsi Cross-platform wallet for BGL cryptocurrency.
Ukuran File 1.41 MB
Jumlah Instalasi 84
Versi Saat Ini 0.9.7.1
Terakhir Diperbarui 2023-08-28
Tanggal Publikasi 2020-12-10
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://bglwallet.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bglwallet.io
URL Halaman Bantuan https://github.com/epexa/bitgesell-wallet/issues
URL Halaman Kebijakan Privasi https://app.tripseasonmap.com/privacy.html
Bahasa yang Didukung 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:\/\/*\/"
    ]
}