Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
Wat is Bitgesell Wallet?
Bitgesell Wallet is een Chrome-extensie ontwikkeld door https://bglwallet.io, en de belangrijkste functie is "Cross-platform wallet for BGL cryptocurrency.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitgesell Wallet
Download Bitgesell Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Bitgesell Wallet |
ID | pncbphpmaelhiladbdaapmpcchknnpdb |
Officiële URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
Beschrijving | Cross-platform wallet for BGL cryptocurrency. |
Bestandsgrootte | 1.41 MB |
Aantal Installaties | 84 |
Huidige Versie | 0.9.7.1 |
Laatst Bijgewerkt | 2023-08-28 |
Publicatiedatum | 2020-12-10 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://bglwallet.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://bglwallet.io |
Help Pagina-URL | https://github.com/epexa/bitgesell-wallet/issues |
URL van de Privacybeleid Pagina | https://app.tripseasonmap.com/privacy.html |
Ondersteunde Talen | 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:\/\/*\/" ] } |