iWallet Pro

Brand New Version Wallet Extension for lOST

iWallet Pro là gì?

iWallet Pro là một tiện ích mở rộng Chrome được phát triển bởi iost.io, và tính năng chính của nó là "Brand New Version Wallet Extension for lOST".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iWallet Pro

Tải xuống các tệp mở rộng iWallet Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
URL Chính Thức https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Mô tả Brand New Version Wallet Extension for lOST
Kích Thước Tệp 6.43 MB
Số Lần Cài Đặt 35,547
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2023-06-21
Đánh Giá 2.26/5 Tổng số 23 Đánh Giá
Nhà Phát Triển iost.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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": []
}