Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
¿Qué es Bitgesell Wallet?
Bitgesell Wallet es una extensión de Chrome desarrollada por https://bglwallet.io, y su función principal es "Cross-platform wallet for BGL cryptocurrency.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bitgesell Wallet
Descarga archivos de extensión Bitgesell Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Bitgesell Wallet |
ID | pncbphpmaelhiladbdaapmpcchknnpdb |
URL Oficial | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
Descripción | Cross-platform wallet for BGL cryptocurrency. |
Tamaño del Archivo | 1.41 MB |
Cantidad de Instalaciones | 84 |
Versión Actual | 0.9.7.1 |
Última Actualización | 2023-08-28 |
Fecha de Publicación | 2020-12-10 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://bglwallet.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bglwallet.io |
URL de la Página de Ayuda | https://github.com/epexa/bitgesell-wallet/issues |
URL de la Página de Política de Privacidad | https://app.tripseasonmap.com/privacy.html |
Idiomas Soportados | 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:\/\/*\/" ] } |