Pertinax wallet for Everscale blockchain

Pertinax wallet for Everscale allows you to create new accounts, make backups, restore them, send transactions, use DApp, etc.

Τι είναι το Pertinax wallet for Everscale blockchain;

Το Pertinax wallet for Everscale blockchain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wallet team, και η κύρια λειτουργία του είναι "Pertinax wallet for Everscale allows you to create new accounts, make backups, restore them, send transactions, use DApp, etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pertinax wallet for Everscale blockchain

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

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

                        Pertinax wallet for Everscale blockchain wallet allows you creating new accounts, make backups, restore them, send transactions and much more. You will be able to transfer EVER between accounts quickly and securely.
The list from some key features:
- keystore - backup/restore (with hint)
- auto logout feature
- storing in encrypted indexedDb
- notice about desirable backup
- notification about transactions
- pin code
- web3 like interface
- own keystrore file format for the quick migration between devices
- supporting decentralized applications (DApp)
- TIP-3
Fast work. State-of-the-art security. Multisign wallets, DePools, TIP-6 tokens, authorization using keys, swap and exchange between different blockchain networks, Dex, work with smart contracts - all this and not only in the next versions. View the source code on Github: https://github.com/pertinaxwallet/web-extension                    

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

Όνομα Pertinax wallet for Everscale blockchain Pertinax wallet for Everscale blockchain
ID neopaklikggjkdflfmfebibdpcebomfh
Επίσημο URL https://chromewebstore.google.com/detail/pertinax-wallet-for-evers/neopaklikggjkdflfmfebibdpcebomfh
Περιγραφή Pertinax wallet for Everscale allows you to create new accounts, make backups, restore them, send transactions, use DApp, etc.
Μέγεθος Αρχείου 4.73 MB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2022-08-29
Ημερομηνία Δημοσίευσης 2021-05-13
Προγραμματιστής Wallet team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pertinaxwallet.com
Διεύθυνση URL της Σελίδας Βοήθειας https://pertinaxwallet.com/
URL της Σελίδας Πολιτικής Απορρήτου https://docs.xtonwallet.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/pertinaxwallet.com\/",
    "version": "2.2.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "author": "mtw developers",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+W",
                "mac": "Alt+Shift+W",
                "chromeos": "Alt+Shift+W",
                "linux": "Alt+Shift+W"
            }
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "assets\/img\/icon-32.png",
        "default_title": "Pertinax wallet",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*",
        "inpage.js"
    ]
}