Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
Co je Bitgesell Wallet?
Bitgesell Wallet je rozšíření Chrome vyvinuté https://bglwallet.io, a jeho hlavní funkcí je „Cross-platform wallet for BGL cryptocurrency.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bitgesell Wallet
Stáhněte si soubory rozšíření Bitgesell Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Bitgesell Wallet |
ID | pncbphpmaelhiladbdaapmpcchknnpdb |
Oficiální URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
Popis | Cross-platform wallet for BGL cryptocurrency. |
Velikost souboru | 1.41 MB |
Počet instalací | 84 |
Aktuální Verze | 0.9.7.1 |
Poslední Aktualizace | 2023-08-28 |
Datum Vydání | 2020-12-10 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://bglwallet.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://bglwallet.io |
URL Stránky Nápovědy | https://github.com/epexa/bitgesell-wallet/issues |
URL Stránky Zásad Ochrany Soukromí | https://app.tripseasonmap.com/privacy.html |
Podporované Jazyky | 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:\/\/*\/" ] } |