Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Cos'è Bitgesell Wallet?

Bitgesell Wallet è un'estensione di Chrome sviluppata da https://bglwallet.io, e la sua funzione principale è "Cross-platform wallet for BGL cryptocurrency.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bitgesell Wallet

Scarica i file di estensione Bitgesell Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
URL Ufficiale https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Descrizione Cross-platform wallet for BGL cryptocurrency.
Dimensione del File 1.41 MB
Conteggio Installazioni 84
Versione Corrente 0.9.7.1
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2020-12-10
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://bglwallet.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bglwallet.io
URL della Pagina di Aiuto https://github.com/epexa/bitgesell-wallet/issues
URL della Pagina della Politica sulla Privacy https://app.tripseasonmap.com/privacy.html
Lingue Supportate 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:\/\/*\/"
    ]
}