RENEC wallet
Remitano Network SPL Token Wallet
What is RENEC wallet?
RENEC wallet is a Chrome extension developed by RENEC foundation, and its main feature is "Remitano Network SPL Token Wallet".
Extension Screenshots
Download RENEC wallet Extension CRX File
Download RENEC wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
To interact coin RENEC on RENEC blockchain
Extension Basic Information
Name | RENEC wallet |
ID | bealilhcnnedafckeclnichcgeicndnc |
Official URL | https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc |
Description | Remitano Network SPL Token Wallet |
File Size | 31.93 MB |
Installation Count | 765 |
Current Version | 0.0.4 |
Last Updated | 2022-11-16 |
Publish Date | 2022-07-21 |
Rating | 5.00/5 Total 12 Ratings |
Developer | RENEC foundation |
[email protected] | |
Payment Type | free |
Extension Website | https://remitano.com/renec |
Help Page URL | https://remitano.com/renec |
Privacy Policy Page URL | https://remitano.com/home/eu/policy-privacy |
Supported Languages | 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": [ " |