RENEC wallet
Remitano Network SPL Token Wallet
ما هو RENEC wallet؟
RENEC wallet هو إضافة Chrome تم تطويرها بواسطة RENEC foundation، والميزة الرئيسية لها هي "Remitano Network SPL Token Wallet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RENEC wallet
قم بتنزيل ملفات الامتداد RENEC wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To interact coin RENEC on RENEC blockchain
معلومات أساسية عن التمديد
الاسم | RENEC wallet |
ID | bealilhcnnedafckeclnichcgeicndnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc |
الوصف | Remitano Network SPL Token Wallet |
حجم الملف | 31.93 MB |
عدد التثبيتات | 765 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2022-11-16 |
تاريخ النشر | 2022-07-21 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | RENEC foundation |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://remitano.com/renec |
عنوان صفحة المساعدة | https://remitano.com/renec |
عنوان صفحة سياسة الخصوصية | https://remitano.com/home/eu/policy-privacy |
اللغات المدعومة | 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": [ " |