GuildWallet

GuildWallet

GuildWallet là gì?

GuildWallet là một tiện ích mở rộng Chrome được phát triển bởi BitGuild, và tính năng chính của nó là "GuildWallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GuildWallet

Tải xuống các tệp mở rộng GuildWallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What is GuildWallet?

GuildWallet is a browser extension that manages your cryptocurrency wallets, and allows for direct token transactions for payments, games, and more. GuildWallet is designed to make online token transactions a breeze, by simplifying and consolidating the process to a single browser extension.

Our goal at BitGuild is to create products and solutions that make crypto simple and accessible for everyone, and GuildWallet does just that: allows you to, in two steps or less, manage all your crypto assets and interact with dapps through a very user-friendly and sleek extension.

What does GuildWallet do?

GuildWallet will be a continuous project for us, with new features and functionality being added as we continue to work on it. In the current version, GuildWallet users have:
Full TRON and ETH wallet support
The ability to freeze TRX for energy and bandwidth
Stored permissions to simplify repeated transactions (great for games!)
The ability to set custom unique names for your wallets


Why did we build GuildWallet?

While both MetaMask and Treasure are very powerful tools, they were both born to serve a single blockchain, forever limiting their use and forcing users to install multiple wallet extensions to manage their entire token portfolio.
We saw an opportunity to make things easier by creating a wallet extension that has the capability to interface with several blockchains, all in one neat package!
This initial version of GuildWallet only supported the TRON network, with ETH later integrated in the version 3.0, as well as other blockchains being added soon. 

How to use GuildWallet?
We’ve put together a very neat guide for installing and using GuildWallet, and you can check it out through this link. 

GuildWallet 3.0  Features

 1.  Brand-new User Interface
 2.  Multi-chain Wallets management (TRON, ETH)
 3.  Mnemomic words support
 4.  ETH & All ERC20 tokens support
 5.  ETH Ropsten and Rinkeby testnet support
 6.  All ETH DApps supports                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GuildWallet GuildWallet
ID nanjmdknhkinifnkgdcggcfnhdaammmj
URL Chính Thức https://chrome.google.com/webstore/detail/guildwallet/nanjmdknhkinifnkgdcggcfnhdaammmj
Mô tả GuildWallet
Kích Thước Tệp 5.91 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2021-02-06
Ngày Phát Hành 2020-04-20
Đánh Giá 3.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển BitGuild
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.guildchat.io/h5/gwprivacypolicy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4",
    "name": "GuildWallet",
    "short_name": "GuildWallet",
    "manifest_version": 2,
    "description": "GuildWallet",
    "browser_action": {
        "default_title": "GuildWallet",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "js\/tronHook.js"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ],
    "content_security_policy_prod": "default-src 'self';script-src 'self';style-src * 'unsafe-inline';img-src 'self' data:",
    "content_security_policy": "default-src 'self';font-src * unsafe-inline data:;script-src 'self' https:\/\/api.trongrid.io https:\/\/api.shasta.trongrid.io https:\/\/super.guildchat.io https:\/\/solidity.guildchat.io https:\/\/graphql.guildchat.io https:\/\/trontrade.io https:\/\/api.coinmarketcap.com https:\/\/apilist.tronscan.org https:\/\/api.shasta.tronscan.org https:\/\/api.infura.io https:\/\/tronapi.test.trontrade.io https:\/\/api.infura.io https:\/\/ssl.google-analytics.com https:\/\/sdk.guildchat.io\/graphql 'unsafe-eval';connect-src https:\/\/api.trongrid.io https:\/\/api.shasta.trongrid.io https:\/\/super.guildchat.io https:\/\/solidity.guildchat.io https:\/\/graphql.guildchat.io https:\/\/trontrade.io https:\/\/api.coinmarketcap.com https:\/\/apilist.tronscan.org https:\/\/api.shasta.tronscan.org https:\/\/api.infura.io https:\/\/tronapi.test.trontrade.io https:\/\/api.infura.io https:\/\/ssl.google-analytics.com https:\/\/sdk.guildchat.io\/graphql;style-src * 'unsafe-inline' 'self' blob:;img-src * data:",
    "externally_connectable": []
}