Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
Hvad er Bitgesell Wallet?
Bitgesell Wallet er en Chrome-udvidelse udviklet af https://bglwallet.io, og dens hovedfunktion er "Cross-platform wallet for BGL cryptocurrency.".
Udvidelsesskærmbilleder
Download Bitgesell Wallet-udvidelses-CRX-fil
Download Bitgesell Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | pncbphpmaelhiladbdaapmpcchknnpdb |
| Officiel URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
| Beskrivelse | Cross-platform wallet for BGL cryptocurrency. |
| Filstørrelse | 1.41 MB |
| Antal Installationer | 84 |
| Nuværende Version | 0.9.7.1 |
| Senest Opdateret | 2023-08-28 |
| Udgivelsesdato | 2020-12-10 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | https://bglwallet.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://bglwallet.io |
| Hjælpeside-URL | https://github.com/epexa/bitgesell-wallet/issues |
| URL til Fortrolighedspolitik Side | https://app.tripseasonmap.com/privacy.html |
| Understøttede Sprog | 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:\/\/*\/"
]
} | |