Gate Wallet
Gate.io Web3 multi-terminal encrypted wallet.
Gate Walletคืออะไร?
Gate Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gate.io และคุณลักษณะหลักของมันคือ "Gate.io Web3 multi-terminal encrypted wallet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gate Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Gate Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Gate Wallet, you can easily manage assets across over 40 different blockchain networks, access millions of cryptocurrencies, and interact with tens of thousands of DApps. It allows one-click connection with the Web3 ecosystem, without the need to switch wallets frequently. Gate Wallet is a decentralized, non-custodial wallet that serves as a multi-chain aggregator and is accessible from multiple ends (mobile, web, plugin). As a decentralized non-custodial wallet, Gate Wallet features an innovative cloud backup function that uses secure encryption algorithms to address issues like asset loss due to users misplacing or forgetting their mnemonic phrases or private keys. Gate Wallet has expanded its compatibility to support a variety of blockchains, including the Bitcoin network, EVM-compatible chains, Solana, and SUI, allowing users to conduct transactions across different chains without the need to switch between wallets. For more information, please visit: https://www.gate.io/web3 You can contact us at: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gate Wallet |
ID | cpmkedoipcpimgecpmgpldfpohjplkpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gate-wallet/cpmkedoipcpimgecpmgpldfpohjplkpp |
คำอธิบาย | Gate.io Web3 multi-terminal encrypted wallet. |
ขนาดไฟล์ | 89.26 MB |
จำนวนการติดตั้ง | 14,924 |
เวอร์ชันปัจจุบัน | 2.3.1 |
อัปเดตครั้งล่าสุด | 2024-03-05 |
วันที่เผยแพร่ | 2023-05-30 |
คะแนน | 4.70/5 รวมทั้งหมด 171 คะแนน |
ผู้พัฒนา | gate.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gate.io/web3 |
URL หน้าช่วยเหลือ | https://www.gate.io/web3 |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gate.io/privacy-policy |
ภาษาที่รองรับ | id,de,en,fr,vi,tr,es,pt-BR,ru,uk,th,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.3.1", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "content_security_policy": { "extension_pages": "object-src 'self'; script-src 'self' 'wasm-unsafe-eval'" }, "web_accessible_resources": [ { "resources": [ "window-provider.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ] } ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "js": [ "provider-bridge.js" ], "run_at": "document_start", "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } }, "icons": { "128": "icon-128.png" }, "action": { "default_title": "Gate Wallet", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/www.gate.io\/*", "http:\/\/test01.gate.io\/*", "http:\/\/101.207.35.105:28088\/*", "http:\/\/localhost\/*" ], "permissions": [ "alarms", "storage", "unlimitedStorage", "activeTab", "tabs", "background", "cookies" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ], "ids": [ "*" ] }, "minimum_chrome_version": "88" } |