iWallet Pro

Brand New Version Wallet Extension for lOST

iWallet Pro란 무엇입니까?

iWallet Pro은(는) iost.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brand New Version Wallet Extension for lOST"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

iWallet Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}