RENEC wallet

Remitano Network SPL Token Wallet

Cos'è RENEC wallet?

RENEC wallet è un'estensione di Chrome sviluppata da RENEC foundation, e la sua funzione principale è "Remitano Network SPL Token Wallet".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RENEC wallet

Scarica i file di estensione RENEC 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

                        To interact coin RENEC on RENEC blockchain                    

Informazioni di Base sull'Estensione

Nome RENEC wallet RENEC wallet
ID bealilhcnnedafckeclnichcgeicndnc
URL Ufficiale https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc
Descrizione Remitano Network SPL Token Wallet
Dimensione del File 31.93 MB
Conteggio Installazioni 765
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-11-16
Data di Pubblicazione 2022-07-21
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore RENEC foundation
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://remitano.com/renec
URL della Pagina di Aiuto https://remitano.com/renec
URL della Pagina della Politica sulla Privacy https://remitano.com/home/eu/policy-privacy
Lingue Supportate 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"
}