Cactus Link
The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3.
Cactus Link là gì?
Cactus Link là một tiện ích mở rộng Chrome được phát triển bởi extension, và tính năng chính của nó là "The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3.".
Ả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 Cactus Link
Tải xuống các tệp mở rộng Cactus Link 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
Cactus Custody extension is the wallet extension built on Chrome to connect with the Cactus Custody which allows you to securely connect to the decentralized sites on Solana blockchain ecosystem and Ethereum ecosystem, the end-to-end security is built by Cactus Custody to ensure your security and seamlessly participate in DApp & Web3. Cactus Custody is a trust company based in Hong Kong with over USD10 billion in assets under custody. It is the third-party institutional custody service provided by Matrixport, Asia’s fastest growing digital assets financial services platform. Cactus Custody offers cold and warm storage, enterprise crypto management features, and DeFi connectivity for miners, corporates, funds and projects. For more information, please visit https://www.mycactus.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cactus Link |
ID | chiilpgkfmcopocdffapngjcbggdehmj |
URL Chính Thức | https://chromewebstore.google.com/detail/cactus-link/chiilpgkfmcopocdffapngjcbggdehmj |
Mô tả | The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3. |
Kích Thước Tệp | 3.17 MB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 2.0.17 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2022-11-15 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | extension |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mycactus.com/en/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cactus Link", "version": "2.0.17", "manifest_version": 3, "description": "The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3.", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "permissions": [ "storage", "alarms", "tabs", "unlimitedStorage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } }, "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/inpage.js" ], "run_at": "document_start", "all_frames": true, "world": "MAIN" }, { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/debug.mycactus.dev:1443\/*", "https:\/\/www.mycactus.dev\/*", "https:\/\/*.mycactus.com\/*" ], "js": [ "static\/js\/content-mycactus.js" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "\/static\/js\/inpage.js", "\/static\/js\/inpage-mycactus.js" ] } ] } |