Aergo Connect

Wallet for Aergo Mainnet, Testnet, and private networks

Τι είναι το Aergo Connect;

Το Aergo Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aergo.io, και η κύρια λειτουργία του είναι "Wallet for Aergo Mainnet, Testnet, and private networks".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Aergo Connect

Λήψη αρχείων επέκτασης Aergo Connect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Aergo Connect 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
- (Experimental) Connect Ledger hardware wallet

OPEN SOURCE

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

ISSUES

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Aergo Connect Aergo Connect
ID iopigoikekfcpcapjlkcdlokheickhpc
Επίσημο URL https://chromewebstore.google.com/detail/aergo-connect/iopigoikekfcpcapjlkcdlokheickhpc
Περιγραφή Wallet for Aergo Mainnet, Testnet, and private networks
Μέγεθος Αρχείου 3.53 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 2.2.1
Τελευταία Ενημέρωση 2022-10-06
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://aergo.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.aergo.io/src/download/Aergo_Privacy_Policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aergo Connect",
    "version": "2.2.1",
    "version_name": "2.2.1",
    "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": "73",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "17": "img\/icon-17.b1b4347e.png",
        "102": "img\/icon-102.450dd349.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "17": "img\/icon-17.b1b4347e.png",
            "34": "img\/icon-34.af42eedd.png"
        },
        "default_title": "Aergo Connect",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "contextMenus",
        "idle"
    ]
}