Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

Vad är Bitgesell Wallet?

Bitgesell Wallet är en Chrome-tillägg utvecklad av https://bglwallet.io, och dess huvudfunktion är "Cross-platform wallet for BGL cryptocurrency.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Bitgesell Wallet-förlängningens CRX-fil

Ladda ner Bitgesell Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bitgesell Wallet Bitgesell Wallet
ID pncbphpmaelhiladbdaapmpcchknnpdb
Officiell webbadress https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb
Beskrivning Cross-platform wallet for BGL cryptocurrency.
Filstorlek 1.41 MB
Antal Installationer 84
Aktuell Version 0.9.7.1
Senast Uppdaterad 2023-08-28
Publiceringsdatum 2020-12-10
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://bglwallet.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bglwallet.io
Hjälpsida URL https://github.com/epexa/bitgesell-wallet/issues
URL till Sekretesspolicy Sidan https://app.tripseasonmap.com/privacy.html
Stödda Språk 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:\/\/*\/"
    ]
}