GeroWallet Preview
Preview only version
GeroWallet Preview là gì?
GeroWallet Preview là một tiện ích mở rộng Chrome được phát triển bởi GeroWallet, và tính năng chính của nó là "Preview only version".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeroWallet Preview
Tải xuống các tệp mở rộng GeroWallet Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GeroWallet Preview |
ID | iifeegfcfhlhhnilhfoeihllenamcfgc |
URL Chính Thức | https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc |
Mô tả | Preview only version |
Kích Thước Tệp | 3.91 MB |
Số Lần Cài Đặt | 623 |
Phiên Bản Hiện Tại | 1.14.3 |
Cập Nhật Lần Cuối | 2023-07-28 |
Ngày Phát Hành | 2022-01-09 |
Nhà Phát Triển | GeroWallet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gerowallet.io/ |
URL Trang Trợ Giúp | https://gerowallet.io/#contact |
URL Trang Chính Sách Bảo Mật | https://gerowallet.io/assets/downloads/UserAgreement.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |