Chai Wallet Extension

Multi-Chain,Non Custodial wallet in your browser

Chai Wallet Extensionคืออะไร?

Chai Wallet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chaidex.com และคุณลักษณะหลักของมันคือ "Multi-Chain,Non Custodial wallet in your browser"

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

screenshot

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

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

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

                        Non Custodial wallet for ChaiDEX. 

ChaiDEX:
A decentralised exchange that allows user to trade P2P without any third party involvement. It is developed on Bitgert Blockchain and currently supports all EVM enabled blockchains like Ethereum, Bitgert, Polygon (Matic Network), Binance Smart Chain and Tron.
The following are the benefits for the users to use this wallet extension 
1. They can trade multiple times without worrying about gas fees, and increase profit by trading straight with INRC Stable Coin which removes any conversion complexity
2. We have introduced multi-chain wallet concept, which can access to top Blockchains/ Protocol like Ethereum, Binance Smart Chain, Polygon, etc. with just single wallet
3. Their is transparency in the pool,  which simplifies DEX trading by performing transactions at real-time market prices. Uses publicly viewable smart contracts to keep security audit information transparent.

Further to ease the trading functionality, we have introduced pairing concept of stable coins which users can use to trade the wallet.

We dont intend to collect, store and use any user data through this extension, this is just an accessibility for the user, an easy medium and method for them to connect through our platform.                    

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

ชื่อ Chai Wallet Extension Chai Wallet Extension
ID khnjbedppphkkbkndbjojnidipfdndpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chai-wallet-extension/khnjbedppphkkbkndbjojnidipfdndpl
คำอธิบาย Multi-Chain,Non Custodial wallet in your browser
ขนาดไฟล์ 1.89 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.1.15
อัปเดตครั้งล่าสุด 2023-09-29
วันที่เผยแพร่ 2023-01-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://chaidex.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chaidex.com/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/10uTDfxYbQp70lRr5QGMoTflALb07WGZtcVt-oiylCZ4/edit?usp=sharing
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.15",
    "name": "Chai Wallet Extension",
    "description": "Multi-Chain,Non Custodial wallet in your browser",
    "background": {
        "service_worker": "backgroundScript.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icons\/icon-64.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon-128.png",
                "assets\/icons\/icon-64.png",
                "assets\/icons\/*.svg",
                "injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}