Nvest Wallet

Nvest Ethereum wallet

Cos'è Nvest Wallet?

Nvest Wallet è un'estensione di Chrome sviluppata da shorupan, e la sua funzione principale è "Nvest Ethereum wallet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nvest Wallet

Scarica i file di estensione Nvest Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Nvest Wallet Nvest Wallet
ID acaocjcmpncleaghofcecgoikgpbbbje
URL Ufficiale https://chrome.google.com/webstore/detail/nvest-wallet/acaocjcmpncleaghofcecgoikgpbbbje
Descrizione Nvest Ethereum wallet
Dimensione del File 2.8 MB
Conteggio Installazioni 173
Versione Corrente 1.0.6
Ultimo Aggiornamento 2019-09-20
Data di Pubblicazione 2019-09-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore shorupan
Tipo di Pagamento free
Sito Web dell'Estensione https://nvestbank.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nvest Wallet",
    "description": "Nvest Ethereum wallet",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Nvest Wallet"
    },
    "icons": {
        "128": "nvest_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "storage",
        "browser"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}