Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Co to jest Bitgesell Wallet?

Bitgesell Wallet to rozszerzenie Chrome opracowane przez https://bglwallet.io, a jego główną funkcją jest „Cross-platform wallet for BGL cryptocurrency.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bitgesell Wallet

Pobierz pliki rozszerzeń Bitgesell Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
Oficjalny URL https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Opis Cross-platform wallet for BGL cryptocurrency.
Rozmiar pliku 1.41 MB
Liczba instalacji 84
Aktualna Wersja 0.9.7.1
Ostatnia Aktualizacja 2023-08-28
Data Publikacji 2020-12-10
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://bglwallet.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bglwallet.io
Adres URL Strony Pomocy https://github.com/epexa/bitgesell-wallet/issues
Adres URL Strony Polityki Prywatności https://app.tripseasonmap.com/privacy.html
Obsługiwane Języki 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:\/\/*\/"
    ]
}