Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Was ist Bitgesell Wallet?

Bitgesell Wallet ist eine Chrome-Erweiterung, die von https://bglwallet.io entwickelt wurde, und ihr Hauptmerkmal ist "Cross-platform wallet for BGL cryptocurrency.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bitgesell Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitgesell Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
Offizielle URL https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Beschreibung Cross-platform wallet for BGL cryptocurrency.
Dateigröße 1.41 MB
Installationsanzahl 84
Aktuelle Version 0.9.7.1
Letztes Update 2023-08-28
Veröffentlichungsdatum 2020-12-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://bglwallet.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bglwallet.io
Hilfeseite URL https://github.com/epexa/bitgesell-wallet/issues
URL der Datenschutzrichtlinien-Seite https://app.tripseasonmap.com/privacy.html
Unterstützte Sprachen 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:\/\/*\/"
    ]
}