Aergo Connect 3.0

Wallet for Aergo Mainnet, Testnet, and private networks

Aergo Connect 3.0란 무엇입니까?

Aergo Connect 3.0은(는) aergo.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wallet for Aergo Mainnet, Testnet, and private networks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Aergo Connect 3.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aergo Connect 3.0 is the officially supported wallet as a browser extension.

The browser wallet has built-in management of native Aergo tokens on the network and provides access to functions like staking and voting

FEATURES

- Local encrypted private key storage: your credentials never leave your computer.
- Manage accounts on multiple Aergo blockchains
- Send transactions: Both value transfers as well as contract calls, with special support for governance transactions
- Export and Import of encrypted keystore files
- DApp API: interact with enabled websites
- TX: Transfer coins, tokens, call smart contracts, with support for governance TXs
- Staking & Voting
- Token, NFT (ARC1, ARC2 based)

OPEN SOURCE

Aergo Connect 3.0 is open source. You can verify the source code and build the extension yourself here: https://github.com/aergoio/aergo-connect-3.0

ISSUES

Please report issues and feature requests here: https://github.com/aergoio/aergo-connect-3.0/issues

For security related reports, please contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Aergo Connect 3.0 Aergo Connect 3.0
ID mcijhnoalllmbiehiebonblllpimlnle
공식 URL https://chromewebstore.google.com/detail/aergo-connect-30/mcijhnoalllmbiehiebonblllpimlnle
설명 Wallet for Aergo Mainnet, Testnet, and private networks
파일 크기 4.9 MB
설치 횟수 90
현재 버전 3.3.0
최근 업데이트 2024-02-20
출시 날짜 2023-06-19
평점 5.00/5 총 2 개의 평점
개발자 aergo.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://aergo.io
개인정보 보호 정책 페이지 URL https://www.aergo.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aergo Connect 3.0",
    "version": "3.3.0",
    "version_name": "3.3.0",
    "description": "Wallet for Aergo Mainnet, Testnet, and private networks",
    "author": "Aergo team and contributors",
    "homepage_url": "https:\/\/github.com\/aergoio\/aergo-connect#readme",
    "minimum_chrome_version": "92",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "17": "img\/icon-17.7d5cab21.png",
        "102": "img\/icon-102.c605f15d.png",
        "128": "img\/icon-128.a2c33388.png"
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "17": "img\/icon-17.7d5cab21.png",
            "34": "img\/icon-34.dbeb39ba.png"
        },
        "default_title": "Aergo Connect 3.0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "contextMenus",
        "idle"
    ]
}