iWallet Pro

Brand New Version Wallet Extension for lOST

iWallet Proคืออะไร?

iWallet Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iost.io และคุณลักษณะหลักของมันคือ "Brand New Version Wallet Extension for lOST"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Brand New Version IOST Wallet in your Browser.
iWallet Pro is the Brand New Version for iWallet, it's a tool for using IOST account and  accessing IOST enabled distributed applications, or Dapps in your browser. The safe and simple way to access blockchain applications and web3.                    

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

ชื่อ iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
คำอธิบาย Brand New Version Wallet Extension for lOST
ขนาดไฟล์ 6.43 MB
จำนวนการติดตั้ง 35,547
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2023-06-21
คะแนน 2.26/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา iost.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iWallet Pro",
    "manifest_version": 3,
    "version": "0.0.6",
    "description": "Brand New Version Wallet Extension for lOST",
    "action": {
        "default_popup": "index.html",
        "default_title": "iWallet"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/inpage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": []
}