CoinStart Wallet

CoinStart Chrome Wallet Extension

CoinStart Wallet란 무엇입니까?

CoinStart Wallet은(는) https://coinstart.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CoinStart Chrome Wallet Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        CoinStart Web3 wallet

The CoinStart wallet ,  Sui based Multi-chain Wallet.  Portal to crypto world, safe & easy for you to store, buy, send, receive, swap tokens and collect NFTs. Built on Sui blockchain, fully Open-sourced.

-Fully support Suinetwork and Aptos blockchain 
-Safe storage of crypto currencies - Protect your assets on the go with the convenience you expect.
-70+ main nets supported for you to explore NFT, DeFi, DAO...
-Dapps Marketplace, Discover 10,000+ Web3 Dapps, navigate with ease in one minute

Contact Us
Website: https://coinstart.io/
Discord: https://discord.gg/5MqwXbna
Twitter: https://twitter.com/coinstartwallet
Email: [email protected]

About Us

Established in Singapore in May 2022 , Coinstart Inc.
Coinstart is the top decentralized multi-chain digital wallet in Asia.
Integrating Wallet, Swap, NFT Market, DApp Browser and Discover in a single location,
it is committed to creating the world's largest decentralized Web3.0 gateway.                    

확장 프로그램 기본 정보

이름 CoinStart Wallet CoinStart Wallet
ID iagkjnocbkjeohadeimlkaofjpilhpfh
공식 URL https://chromewebstore.google.com/detail/coinstart-wallet/iagkjnocbkjeohadeimlkaofjpilhpfh
설명 CoinStart Chrome Wallet Extension
파일 크기 13.34 MB
설치 횟수 32
현재 버전 1.8
최근 업데이트 2022-12-16
출시 날짜 2022-11-10
개발자 https://coinstart.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coinstart.io/
도움말 페이지 URL https://coinstart.io/
개인정보 보호 정책 페이지 URL https://coinstart.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinStart Wallet",
    "description": "CoinStart Chrome Wallet Extension",
    "version": "1.8",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?type=popup",
        "default_icon": "icons\/Icon-192.png"
    },
    "content_scripts": [
        {
            "js": [
                "test.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "coinstart.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "background"
    ],
    "host_permissions": [
        "*:\/\/coinstart.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/coinstart.io\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    }
}