RENEC wallet

Remitano Network SPL Token Wallet

RENEC walletคืออะไร?

RENEC wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RENEC foundation และคุณลักษณะหลักของมันคือ "Remitano Network SPL Token Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RENEC wallet

ดาวน์โหลดไฟล์ส่วนขยาย RENEC wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To interact coin RENEC on RENEC blockchain                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RENEC wallet 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
URL หน้าช่วยเหลือ https://remitano.com/renec
URL หน้านโยบายความเป็นส่วนตัว 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}