RENEC wallet

Remitano Network SPL Token Wallet

Vad är RENEC wallet?

RENEC wallet är en Chrome-tillägg utvecklad av RENEC foundation, och dess huvudfunktion är "Remitano Network SPL Token Wallet".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner RENEC wallet-förlängningens CRX-fil

Ladda ner RENEC wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        To interact coin RENEC on RENEC blockchain                    

Grundläggande Information om Tillägg

Namn RENEC wallet RENEC wallet
ID bealilhcnnedafckeclnichcgeicndnc
Officiell webbadress https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc
Beskrivning Remitano Network SPL Token Wallet
Filstorlek 31.93 MB
Antal Installationer 765
Aktuell Version 0.0.4
Senast Uppdaterad 2022-11-16
Publiceringsdatum 2022-07-21
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare RENEC foundation
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://remitano.com/renec
Hjälpsida URL https://remitano.com/renec
URL till Sekretesspolicy Sidan https://remitano.com/home/eu/policy-privacy
Stödda Språk 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"
}