GeroWallet Preview
Preview only version
Co je GeroWallet Preview?
GeroWallet Preview je rozšíření Chrome vyvinuté GeroWallet, a jeho hlavní funkcí je „Preview only version“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GeroWallet Preview
Stáhněte si soubory rozšíření GeroWallet Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GeroWallet Preview |
ID | iifeegfcfhlhhnilhfoeihllenamcfgc |
Oficiální URL | https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc |
Popis | Preview only version |
Velikost souboru | 3.91 MB |
Počet instalací | 623 |
Aktuální Verze | 1.14.3 |
Poslední Aktualizace | 2023-07-28 |
Datum Vydání | 2022-01-09 |
Vývojář | GeroWallet |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://gerowallet.io/ |
URL Stránky Nápovědy | https://gerowallet.io/#contact |
URL Stránky Zásad Ochrany Soukromí | https://gerowallet.io/assets/downloads/UserAgreement.pdf |
Podporované Jazyky | 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'" } |