FINX

FINX Wallet in your Browser

FINX là gì?

FINX là một tiện ích mở rộng Chrome được phát triển bởi FINX, và tính năng chính của nó là "FINX Wallet in your Browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FINX

Tải xuống các tệp mở rộng FINX 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

                        FINX is a browser extension wallet for the Inter Blockchain ecosystem strive to be the best crypto wallet.

Introducing the first, and leading decentralized multi-chain crypto wallet that offers 40+ mainstream public chain including BTC, ETH, BNB, FTM, Matic, CRO, and Avax:

FINX, Your Wallet for the interchain

FINX is an open-source browser extension combines Wallet, Swap, Defi and DApp in a single location:

1. Multi Chain asset management
2. Non Custodial wallet
3. Support of Various DApp
4. Simplify UI


FINX is committed to provide the safest and trusted crypto wallet in the field and making it no barriers for common users to join the blockchain world by providing the best possible experience for our users.

### Added
- *[FLASK]* Add snap version to details page
- *[FLASK]* Add support for searching installed snaps in Settings 

### Changed
- Disable Swaps on Rinkeby 
- Swaps: Asset sorting improvements 
    - In 'Swap from' field: tokens are sorted by user ownership and fiat value
    - In 'Swap to' field: tokens are sorted by top assets
- Redesign Networks view in Settings 
    - Adding network search functionality
- Show Smart Transaction switch when wrapping/unwrapping 

### Fixed
- Improving identicon settings accessibility 
- Enhanced Gas Fee UI: Fix gas values overlapping with labels 
- Settings search improvements 
    - Allow ampersands in search input
    - Fix duplicate entry issue in results
- Fix text wrapping issue in Settings search tabs 
- Dark Mode: Fix button styles in dialog actions
- Google Manifest v3 service worker not be inactive

## [0.3.2]
### Fixed
- Autolock fixed as previoudly keep lock in 5 mins
- FINX Logo preset
- Add Policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FINX FINX
ID ejehodfgjhiadihgjdkgffciiepfdeep
URL Chính Thức https://chromewebstore.google.com/detail/finx/ejehodfgjhiadihgjdkgffciiepfdeep
Mô tả FINX Wallet in your Browser
Kích Thước Tệp 17.42 MB
Số Lần Cài Đặt 3,992
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2022-09-08
Ngày Phát Hành 2022-05-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển FINX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://finx.global/
URL Trang Chính Sách Bảo Mật https://www.finx.global/FINX_privacy_policy.pdf
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_title": "FINX",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/finx.global",
    "background": {
        "service_worker": "app-init.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "disable-console.js",
                "globalthis.js",
                "lockdown-install.js",
                "lockdown-run.js",
                "lockdown-more.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "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"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "scripting",
        "unlimitedStorage",
        "clipboardWrite",
        "http:\/\/localhost:8545\/",
        "https:\/\/*.infura.io\/",
        "https:\/\/chainid.network\/chains.json",
        "https:\/\/lattice.gridplus.io\/*",
        "activeTab",
        "webRequest",
        "*:\/\/*.eth\/",
        "notifications"
    ],
    "short_name": "__MSG_appName__",
    "externally_connectable": {
        "matches": [
            "https:\/\/finx.global\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "93",
    "version": "0.3.2"
}