GeroWallet Preview

Preview only version

Cos'è GeroWallet Preview?

GeroWallet Preview è un'estensione di Chrome sviluppata da GeroWallet, e la sua funzione principale è "Preview only version".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GeroWallet Preview

Scarica i file di estensione GeroWallet Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GeroWallet Preview GeroWallet Preview
ID iifeegfcfhlhhnilhfoeihllenamcfgc
URL Ufficiale https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc
Descrizione Preview only version
Dimensione del File 3.91 MB
Conteggio Installazioni 623
Versione Corrente 1.14.3
Ultimo Aggiornamento 2023-07-28
Data di Pubblicazione 2022-01-09
Sviluppatore GeroWallet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gerowallet.io/
URL della Pagina di Aiuto https://gerowallet.io/#contact
URL della Pagina della Politica sulla Privacy https://gerowallet.io/assets/downloads/UserAgreement.pdf
Lingue Supportate 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'"
}