GeroWallet Preview
Preview only version
GeroWallet Previewคืออะไร?
GeroWallet Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GeroWallet และคุณลักษณะหลักของมันคือ "Preview only version"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeroWallet Preview
ดาวน์โหลดไฟล์ส่วนขยาย GeroWallet Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GeroWallet Preview |
ID | iifeegfcfhlhhnilhfoeihllenamcfgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc |
คำอธิบาย | Preview only version |
ขนาดไฟล์ | 3.91 MB |
จำนวนการติดตั้ง | 623 |
เวอร์ชันปัจจุบัน | 1.14.3 |
อัปเดตครั้งล่าสุด | 2023-07-28 |
วันที่เผยแพร่ | 2022-01-09 |
ผู้พัฒนา | GeroWallet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gerowallet.io/ |
URL หน้าช่วยเหลือ | https://gerowallet.io/#contact |
URL หน้านโยบายความเป็นส่วนตัว | https://gerowallet.io/assets/downloads/UserAgreement.pdf |
ภาษาที่รองรับ | 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'" } |