RENEC wallet

Remitano Network SPL Token Wallet

Wat is RENEC wallet?

RENEC wallet is een Chrome-extensie ontwikkeld door RENEC foundation, en de belangrijkste functie is "Remitano Network SPL Token Wallet".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RENEC wallet

Download RENEC wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        To interact coin RENEC on RENEC blockchain                    

Basisinformatie over de Extensie

Naam RENEC wallet RENEC wallet
ID bealilhcnnedafckeclnichcgeicndnc
Officiële URL https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc
Beschrijving Remitano Network SPL Token Wallet
Bestandsgrootte 31.93 MB
Aantal Installaties 765
Huidige Versie 0.0.4
Laatst Bijgewerkt 2022-11-16
Publicatiedatum 2022-07-21
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar RENEC foundation
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://remitano.com/renec
Help Pagina-URL https://remitano.com/renec
URL van de Privacybeleid Pagina https://remitano.com/home/eu/policy-privacy
Ondersteunde Talen 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"
}