GeroWallet Preview

Preview only version

GeroWallet Preview란 무엇입니까?

GeroWallet Preview은(는) GeroWallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview only version"입니다.

확장 프로그램 스크린샷

screenshot

GeroWallet Preview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GeroWallet Preview ONLY version!

Http is wide open for localhost testing. 

This version will be frequently updated as new features are available.

Thank you for testing with us and helping us provide a better Cardano wallet.                    

확장 프로그램 기본 정보

이름 GeroWallet Preview GeroWallet Preview
ID iifeegfcfhlhhnilhfoeihllenamcfgc
공식 URL https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc
설명 Preview only version
파일 크기 3.91 MB
설치 횟수 623
현재 버전 1.14.3
최근 업데이트 2023-07-28
출시 날짜 2022-01-09
개발자 GeroWallet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gerowallet.io/
도움말 페이지 URL https://gerowallet.io/#contact
개인정보 보호 정책 페이지 URL https://gerowallet.io/assets/downloads/UserAgreement.pdf
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GeroWallet Preview",
    "short_name": "GeroWallet Preview",
    "version": "1.14.3",
    "description": "Preview only version",
    "icons": {
        "16": ".\/assets\/img\/logo16.png",
        "48": ".\/assets\/img\/logo48.png",
        "128": ".\/assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_icon": {
            "16": ".\/assets\/img\/logo16.png",
            "48": ".\/assets\/img\/logo48.png",
            "128": ".\/assets\/img\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "clipboardRead",
        "chrome:\/\/favicon\/",
        "*:\/\/connect.trezor.io\/*"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                ".\/assets\/vendor\/trezor-content-script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentPage.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}