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文件

下載Aergo Connect 3.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}