Reunit

The one and only real omnichain wallet

Reunit란 무엇입니까?

Reunit은(는) Everywhere DAO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The one and only real omnichain wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Reunit Wallet is an open source omnichain cryptocurrency wallet.

Here are some of the key features:
1 - Trading terminal included
2 - Cross-chain transfer
3 - Real-time simulation before each transaction / signature
4 - Bulk transfer from multiple blockchains in one click
5 - Hardware wallet supported                    

확장 프로그램 기본 정보

이름 Reunit Reunit
ID nlcccgcedoleehdicpnlnjeccnlfkemh
공식 URL https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh
설명 The one and only real omnichain wallet
파일 크기 11.99 MB
설치 횟수 9,277
현재 버전 2.3.0.1
최근 업데이트 2024-03-05
출시 날짜 2023-03-22
평점 4.22/5 총 125 개의 평점
개발자 Everywhere DAO
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reunit",
    "version": "2.3.0.1",
    "description": "The one and only real omnichain wallet",
    "icons": {
        "128": "icons\/newIcon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Reunit",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "background": {
        "service_worker": "wcc\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/v2_wcc_lib.js",
                "wcc\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/newIcon.png",
                "js\/v2_wcc_lib.js",
                "wcc\/detect_QRcode.js",
                "wcc\/lib_QRCode.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}