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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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:\/\/*\/"
    ]
}