Nvest Wallet

Nvest Ethereum wallet

What is Nvest Wallet?

Nvest Wallet is a Chrome extension developed by shorupan, and its main feature is "Nvest Ethereum wallet".

Extension Screenshots

screenshot

Download Nvest Wallet Extension CRX File

Download Nvest Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Nvest Wallet Nvest Wallet
ID acaocjcmpncleaghofcecgoikgpbbbje
Official URL https://chrome.google.com/webstore/detail/nvest-wallet/acaocjcmpncleaghofcecgoikgpbbbje
Description Nvest Ethereum wallet
File Size 2.8 MB
Installation Count 173
Current Version 1.0.6
Last Updated 2019-09-20
Publish Date 2019-09-20
Rating 5.00/5 Total 4 Ratings
Developer shorupan
Payment Type free
Extension Website https://nvestbank.com
Supported Languages 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"
            ]
        }
    ]
}