RENEC wallet

Remitano Network SPL Token Wallet

Co to jest RENEC wallet?

RENEC wallet to rozszerzenie Chrome opracowane przez RENEC foundation, a jego główną funkcją jest „Remitano Network SPL Token Wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RENEC wallet

Pobierz pliki rozszerzeń RENEC 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

                        To interact coin RENEC on RENEC blockchain                    

Podstawowe informacje o rozszerzeniu

Nazwa RENEC wallet RENEC wallet
ID bealilhcnnedafckeclnichcgeicndnc
Oficjalny URL https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc
Opis Remitano Network SPL Token Wallet
Rozmiar pliku 31.93 MB
Liczba instalacji 765
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2022-11-16
Data Publikacji 2022-07-21
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper RENEC foundation
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://remitano.com/renec
Adres URL Strony Pomocy https://remitano.com/renec
Adres URL Strony Polityki Prywatności https://remitano.com/home/eu/policy-privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RENEC wallet",
    "description": "Remitano Network SPL Token Wallet",
    "version": "0.0.4",
    "action": {
        "default_popup": "index.html",
        "default_title": "RENEC Wallet"
    },
    "manifest_version": 3,
    "icons": {
        "16": "favicon.ico",
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}