Aergo Connect 3.0

Wallet for Aergo Mainnet, Testnet, and private networks

Aergo Connect 3.0 क्या है?

Aergo Connect 3.0 aergo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wallet for Aergo Mainnet, Testnet, and private networks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aergo Connect 3.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}