Bitgesell Wallet

Cross-platform wallet for BGL cryptocurrency.

ما هو Bitgesell Wallet؟

Bitgesell Wallet هو إضافة Chrome تم تطويرها بواسطة https://bglwallet.io، والميزة الرئيسية لها هي "Cross-platform wallet for BGL cryptocurrency.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bitgesell Wallet

قم بتنزيل ملفات الامتداد Bitgesell Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://github.com/epexa/bitgesell-wallet/issues
عنوان صفحة سياسة الخصوصية 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:\/\/*\/"
    ]
}