G.U. Wallet

Ethereum Wallet for Everyone - DeFi Easy to use and Safe, For NFT Transactions and Supports dApps - ■Overview G.U. Wallet is an…

G.U. Wallet란 무엇입니까?

G.U. Wallet은(는) https://lunascape.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethereum Wallet for Everyone - DeFi Easy to use and Safe, For NFT Transactions and Supports dApps - ■Overview G.U. Wallet is an…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

G.U. Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ethereum Wallet for Everyone

- DeFi Easy to use and Safe, For NFT Transactions and Supports dApps -

■Overview
G.U. Wallet is an Ethereum Wallet that supports dApps, with functions that everyone, ranging from beginners to experts, can safely and easily use.
It is developed by a Japanese corporation, so you can be reassured of its quality. 
 

■3 Features of the G.U. Wallet

Feature 1: Ethereum Wallet that Meets Universal Standards

With the vision of G.U. Wallet being used worldwide, it has features that are by no means inferior to the most frequently used Ethereum Wallet, MetaMask.

The G.U. Wallet is compatible with existing wallets like the MetaMask, so the address can be simply imported, and the wallet can be used immediately.

It is also perfectly compatible with major DeFi (Decentralized Finance) services that operate on Ethereum, like Compound ( https://compound.finance/ ) , and can also be used on services like the world’s largest NFT marketplace OpenSea, the universally famous decentralized exchange Uniswap ( https://uniswap.org/ ).

Through these services, it is possible for the users to:

・Buy ERC20 compatible arbitrary tokens
・Deposit tokens and earn interest
・Buy NFT

It becomes possible for users to experience the revolutionary world of the Web3, which uses Ethereum Blockchains.
 
 
Feature 2:  Easy-to-Use Card-Type UI

We pursued a design that everyone, from beginners to experts, can easily use.

The G.U. Wallet has adopted a design which combines the tokens and its issuing network as one, to eliminate the hard-to-use wallets that manage tokens and networks separately, even though they are issued together.

With this, you can switch between your token and its issuing network together by simply sliding the cards left and right, which prevents accidentally sending the wrong tokens.

Additionally, there are features that anyone can use with an ease of mind, like a feature to create multiple accounts, switching between accounts, and incorporating an address book feature.

 
Feature 3: A Safe Design that Considers Your Privacy

There are features regarding your privacy that allows you to use this wallet safely, without having your wallet address being released to unapproved websites.

This can be done through using the Black List feature, allowing you to block services you do not want to connect to, and the White List feature, organizing services that are allowed access, on the G.U. Wallet.
 

We will continue to update and improve the design and features, to aim for a safer, more user friendly, wallet.                    

확장 프로그램 기본 정보

이름 G.U. Wallet G.U. Wallet
ID nfinomegcaccbhchhgflladpfbajihdf
공식 URL https://chromewebstore.google.com/detail/gu-wallet/nfinomegcaccbhchhgflladpfbajihdf
설명 Ethereum Wallet for Everyone - DeFi Easy to use and Safe, For NFT Transactions and Supports dApps - ■Overview G.U. Wallet is an…
파일 크기 43.39 MB
설치 횟수 565
현재 버전 3.5.0.2
최근 업데이트 2023-12-26
출시 날짜 2021-04-26
평점 5.00/5 총 3 개의 평점
개발자 https://lunascape.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.lunascape.org/
도움말 페이지 URL https://help.gu.net/wallet/contact
개인정보 보호 정책 페이지 URL https://gulabs.com/privacy-policy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/toolbar_icon_16.png",
        "32": "images\/icons\/toolbar_icon_32.png",
        "48": "images\/icons\/toolbar_icon_48.png",
        "128": "images\/icons\/toolbar_icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/background-adblock.js",
            "scripts\/background-ga4.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/toolbar_icon_128.png",
        "default_title": "G.U. Wallet",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "web_accessible_resources": [
        "page\/sign-dialog.html",
        "page\/sign-in-dialog.html",
        "scripts\/inpage.js",
        "scripts\/sign-dialog.js",
        "scripts\/sign-in-dialog.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/contents.css"
            ],
            "js": [
                "scripts\/contents.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "3.5.0.2",
    "version_name": "3.5.0.2"
}