Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

O que é Bitgesell Wallet?

Bitgesell Wallet é uma extensão do Chrome desenvolvida por https://bglwallet.io, e sua principal característica é "Cross-platform wallet for BGL cryptocurrency.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bitgesell Wallet

Baixe arquivos de extensão Bitgesell Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
URL Oficial https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Descrição Cross-platform wallet for BGL cryptocurrency.
Tamanho do Arquivo 1.41 MB
Contagem de Instalações 84
Versão Atual 0.9.7.1
Última Atualização 2023-08-28
Data de Publicação 2020-12-10
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://bglwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bglwallet.io
URL da Página de Ajuda https://github.com/epexa/bitgesell-wallet/issues
URL da Página de Política de Privacidade https://app.tripseasonmap.com/privacy.html
Idiomas Suportados 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:\/\/*\/"
    ]
}