GeroWallet Preview

Preview only version

Vad är GeroWallet Preview?

GeroWallet Preview är en Chrome-tillägg utvecklad av GeroWallet, och dess huvudfunktion är "Preview only version".

Tilläggsskärmbilder

screenshot

Ladda ner GeroWallet Preview-förlängningens CRX-fil

Ladda ner GeroWallet Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GeroWallet Preview GeroWallet Preview
ID iifeegfcfhlhhnilhfoeihllenamcfgc
Officiell webbadress https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc
Beskrivning Preview only version
Filstorlek 3.91 MB
Antal Installationer 623
Aktuell Version 1.14.3
Senast Uppdaterad 2023-07-28
Publiceringsdatum 2022-01-09
Utvecklare GeroWallet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gerowallet.io/
Hjälpsida URL https://gerowallet.io/#contact
URL till Sekretesspolicy Sidan https://gerowallet.io/assets/downloads/UserAgreement.pdf
Stödda Språk 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'"
}