BitApp Wallet

BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too.

BitApp Walletคืออะไร?

BitApp Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bitapp.net และคุณลักษณะหลักของมันคือ "BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitApp Wallet

ดาวน์โหลดไฟล์ส่วนขยาย BitApp Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        BitApp Wallet supports multi cryptocurrencies, including BTC 、BCH and ETH, while EOS are coming soon too. On BitApp, you can not only manage your cryptocurrency assets, but also have fun with DApps of blockchain.

And we offer SDK that is secure, simple and ease of use for developers. With BitApp’s SDK, you are able to quickly develop a blockchain application that supports multi cryptocurrencies like BTC, BCH, EOS, ETH, etc. 

Website:https://www.bitapp.net
Developer Platform:https://developer.bitapp.net/
Twitter:https://twitter.com/BitAppWallet
Weibo:http://weibo.com/bitapp
Business Cooperation:[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BitApp Wallet BitApp Wallet
ID fihkakfobkmkjojpchpfgcmhfjnmnfpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitapp-wallet/fihkakfobkmkjojpchpfgcmhfjnmnfpi
คำอธิบาย BitApp Wallet supports multi cryptocurrencies, including BCH and ETH, while BTC and EOS are coming soon too.
ขนาดไฟล์ 3.14 MB
จำนวนการติดตั้ง 313
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2018-11-15
วันที่เผยแพร่ 2018-11-15
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา bitapp.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bitapp.net
ภาษาที่รองรับ en,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitApp Wallet",
    "version": "1.1.2",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.bitapp.net",
    "author": "https:\/\/www.bitapp.net",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "management",
        "tabs",
        "background",
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_title": "BitApp",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.bitapp.net\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "pages\/popup.html"
    ]
}