GeroWallet Preview
Preview only version
Apa itu GeroWallet Preview?
GeroWallet Preview adalah ekstensi Chrome yang dikembangkan oleh GeroWallet, dan fitur utamanya adalah "Preview only version".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GeroWallet Preview
Unduh file ekstensi GeroWallet Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GeroWallet Preview |
ID | iifeegfcfhlhhnilhfoeihllenamcfgc |
URL Resmi | https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc |
Deskripsi | Preview only version |
Ukuran File | 3.91 MB |
Jumlah Instalasi | 623 |
Versi Saat Ini | 1.14.3 |
Terakhir Diperbarui | 2023-07-28 |
Tanggal Publikasi | 2022-01-09 |
Pengembang | GeroWallet |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gerowallet.io/ |
URL Halaman Bantuan | https://gerowallet.io/#contact |
URL Halaman Kebijakan Privasi | https://gerowallet.io/assets/downloads/UserAgreement.pdf |
Bahasa yang Didukung | 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'" } |