5ire Wallet

5ire Wallet in your browser compatible with both Native and EVM chains.

Τι είναι το 5ire Wallet;

Το 5ire Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 5ire Engineering, και η κύρια λειτουργία του είναι "5ire Wallet in your browser compatible with both Native and EVM chains.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 5ire Wallet

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

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

                        5ire Wallet is the ultimate self-custodial virtual wallet and web browser extension for 5ireChain with seamless integration with both the Native and EVM chains.  This free to use feature-rich extension empowers users to securely store, swap, and transfer cryptocurrencies, while effortlessly interacting with decentralized applications (dApps) within the expansive 5ire blockchain ecosystem.

Given below are the product features:

1. Simplified Wallet Management: Effortlessly create new wallets or import existing ones with utmost ease and precision. Bid farewell to convoluted mnemonics as you embrace the convenience of memorable passwords for seamless login.

2. All-in-One Crypto Hub: Whether you're a crypto enthusiast or a beginner in the web3 space, our intuitive interface ensures a seamless and user-friendly experience.

3. Secure and Swift Transactions: Execute secure and rapid transactions with confidence. 5ire Wallet employs robust encryption protocols to fortify your assets, ensuring that every transfer is conducted with the utmost security and efficiency.

4. Explore the 5ireChain Ecosystem: Immerse yourself in the world of decentralized applications (dApps) within the 5ireChain ecosystem. 

5. Private Key Accessibility: Retain complete control over your funds with direct access to your private keys. 5ire Wallet prioritizes the sanctity of your security and privacy, allowing you to maintain full ownership and authority over your digital assets at all times.

6. Seamless Chain Integration: Experience the convenience of a unified and harmonious environment across both the Native and EVM chains within the 5ireChain ecosystem. 

Empower yourself today, take charge of your digital assets, and embrace the decentralized revolution with 5ire Wallet.                    

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

Όνομα 5ire Wallet 5ire Wallet
ID keenhcnmdmjjhincpilijphpiohdppno
Επίσημο URL https://chromewebstore.google.com/detail/5ire-wallet/keenhcnmdmjjhincpilijphpiohdppno
Περιγραφή 5ire Wallet in your browser compatible with both Native and EVM chains.
Μέγεθος Αρχείου 4.85 MB
Αριθμός Εγκαταστάσεων 60,292
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2023-04-10
Αξιολόγηση 3.67/5 Συνολικά 132 Αξιολογήσεις
Προγραμματιστής 5ire Engineering
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.5ire.org
URL της Σελίδας Πολιτικής Απορρήτου https://5ire-wallet-extension.s3.amazonaws.com/5ire-wallet-extension-privacy-policy.pdf
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "5ire Wallet",
    "description": "5ire Wallet in your browser compatible with both Native and EVM chains.",
    "version": "0.2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "5ire Wallet"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "notifications",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Opens popup.html"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}