Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
What is Bitgesell Wallet?
Bitgesell Wallet is a Chrome extension developed by https://bglwallet.io, and its main feature is "Cross-platform wallet for BGL cryptocurrency.".
Extension Screenshots
Download Bitgesell Wallet Extension CRX File
Download Bitgesell Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bitgesell Wallet |
ID | pncbphpmaelhiladbdaapmpcchknnpdb |
Official URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
Description | Cross-platform wallet for BGL cryptocurrency. |
File Size | 1.41 MB |
Installation Count | 84 |
Current Version | 0.9.7.1 |
Last Updated | 2023-08-28 |
Publish Date | 2020-12-10 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://bglwallet.io |
[email protected] | |
Payment Type | free |
Extension Website | https://bglwallet.io |
Help Page URL | https://github.com/epexa/bitgesell-wallet/issues |
Privacy Policy Page URL | https://app.tripseasonmap.com/privacy.html |
Supported Languages | 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:\/\/*\/" ] } |