Fetch Wallet

The official Fetch wallet for interacting with the Fetch ledger

Τι είναι το Fetch Wallet;

Το Fetch Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fetch.AI, και η κύρια λειτουργία του είναι "The official Fetch wallet for interacting with the Fetch ledger".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Fetch wallet is an easy way to interact with the Fetch blockchain, but also supports other Cosmos-based networks, such as Osmosis and Juno Network.

Using the wallet, you can transfer tokens to other accounts natively, or by using the IBC (Inter-Blockchain Communication) protocol.

The wallet is quick and easy to set up, intuitive to use, and ultra secure. It encrypts your private keys and mnemonics (using scrypt) and stores it locally on your device, so neither Fetch nor the websites you visit have access to these sensitive data. 

Some of the wallet's features include: 
 - Support for the Fetch blockchain as well as other cosmos-based ledgers (e.g. Osmosis, Juno, …)
 - Check out transaction history and governance voting history in the activity section
 - Messaging feature: You can now message contacts directly from inside the wallet. These messages are end-to-end encrypted, so only you and the person you are communicating with can read the message. 
 - Group Support: Wallet now offers group support, allowing users to collaborate and communicate more efficiently.
 - Notifications: Stay up-to-date with important information and updates.
 - Fetch Bot and Automation:  Fetch Bot, is a powerful tool that automates tasks and simplifies repetitive actions.
 - Support for multiple accounts: Create new accounts, Import existing ones or sign in with google.
 - Connect your existing hardware wallet
 - Send and receive tokens
 - Transfer tokens using the IBC protocol
 - Staking on the Fetch ledger (Add stake and Claim your rewards) and other supported chains
 - Recover native accounts on the Fetch main-net which were migrated from Ethereum accounts used to stake ERC20 FET
 - Address Book for easy access to frequently used accounts
 - Ability to view and revoke Authz grants
 - Wallet Access Permissions: lists all websites that have wallet permission.
 - Chain List Access: lists all websites that have chain list permission.
 - Auto-Lock Timer: By default set to 0 means it will work in the same way that it currently works but if we put a timer to X min then it will Auto lock after X min)
- View and vote on governance proposals directly from the wallet                    

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

Όνομα Fetch Wallet Fetch Wallet
ID ellkdbaphhldpeajbepobaecooaoafpg
Επίσημο URL https://chromewebstore.google.com/detail/fetch-wallet/ellkdbaphhldpeajbepobaecooaoafpg
Περιγραφή The official Fetch wallet for interacting with the Fetch ledger
Μέγεθος Αρχείου 17.37 MB
Αριθμός Εγκαταστάσεων 14,545
Τρέχουσα Έκδοση 0.17.3
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2021-08-18
Αξιολόγηση 4.35/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής Fetch.AI
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fetch.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/fetchai/fetch-wallet
URL της Σελίδας Πολιτικής Απορρήτου https://fetch.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch Wallet",
    "description": "The official Fetch wallet for interacting with the Fetch ledger",
    "version": "0.17.3",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Fetch Wallet"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "identity",
        "idle",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "injectedScript.bundle.js",
        "assets\/logo-256.svg",
        "blocklist.html"
    ]
}