Flow Reference Wallet
Digital wallet created for everyone.
Flow Reference Wallet là gì?
Flow Reference Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://lilico.app, và tính năng chính của nó là "Digital wallet created for everyone.".
Ả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 Flow Reference Wallet
Tải xuống các tệp mở rộng Flow Reference Wallet 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
Digital wallet created for everyone. Trusted. Battle-tested. Beautifully designed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Flow Reference Wallet |
ID | hpclkefagolihohboafpheddmmgdffjm |
URL Chính Thức | https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm |
Mô tả | Digital wallet created for everyone. |
Kích Thước Tệp | 6.75 MB |
Số Lần Cài Đặt | 23,127 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2024-01-21 |
Ngày Phát Hành | 2022-05-10 |
Đánh Giá | 4.37/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://lilico.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://core.flow.com |
URL Trang Trợ Giúp | https://core.flow.com |
URL Trang Chính Sách Bảo Mật | https://lilico.app/about/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "2.0.4", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "Flow Reference Wallet" }, "author": "https:\/\/core.flow.com\/", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "js": [ "content-script.js", "script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "storage", "activeTab", "tabs", "notifications", "identity" ], "web_accessible_resources": [ { "resources": [ "user-media-permission.html" ], "matches": [ " |