Nvest Wallet

Nvest Ethereum wallet

Co to jest Nvest Wallet?

Nvest Wallet to rozszerzenie Chrome opracowane przez shorupan, a jego główną funkcją jest „Nvest Ethereum wallet”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nvest Wallet

Pobierz pliki rozszerzeń Nvest Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Nvest Wallet Nvest Wallet
ID acaocjcmpncleaghofcecgoikgpbbbje
Oficjalny URL https://chrome.google.com/webstore/detail/nvest-wallet/acaocjcmpncleaghofcecgoikgpbbbje
Opis Nvest Ethereum wallet
Rozmiar pliku 2.8 MB
Liczba instalacji 173
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2019-09-20
Data Publikacji 2019-09-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper shorupan
Typ Płatności free
Strona Rozszerzenia https://nvestbank.com
Obsługiwane Języki 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"
            ]
        }
    ]
}