Chai Wallet Extension

Multi-Chain,Non Custodial wallet in your browser

Chai Wallet Extension란 무엇입니까?

Chai Wallet Extension은(는) https://chaidex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multi-Chain,Non Custodial wallet in your browser"입니다.

확장 프로그램 스크린샷

screenshot

Chai Wallet Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}