Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
Bitgesell Wallet क्या है?
Bitgesell Wallet https://bglwallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross-platform wallet for BGL cryptocurrency."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitgesell Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Bitgesell Wallet |
ID | pncbphpmaelhiladbdaapmpcchknnpdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
विवरण | Cross-platform wallet for BGL cryptocurrency. |
फ़ाइल का आकार | 1.41 MB |
स्थापना संख्या | 84 |
वर्तमान संस्करण | 0.9.7.1 |
अंतिम अपडेट | 2023-08-28 |
प्रकाशन तिथि | 2020-12-10 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://bglwallet.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bglwallet.io |
सहायता पृष्ठ URL | https://github.com/epexa/bitgesell-wallet/issues |
गोपनीयता नीति पृष्ठ URL | https://app.tripseasonmap.com/privacy.html |
समर्थित भाषाएँ | 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:\/\/*\/" ] } |