Cactus Link
The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3.
什麼是Cactus Link?
Cactus Link是由extension開發的Chrome擴展程式,該擴展的主要功能是“The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3.”。
擴展截圖
下載Cactus Link擴展crx文件
下載Cactus Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Cactus Link |
ID | chiilpgkfmcopocdffapngjcbggdehmj |
官方網址 | https://chromewebstore.google.com/detail/cactus-link/chiilpgkfmcopocdffapngjcbggdehmj |
簡介 | The crypto wallet developed by Cactus Custody for Solana blockchain and Ethereum compatible blockchain to access DeFi & Web3. |
檔案大小 | 3.17 MB |
安裝次數 | 99 |
目前版本 | 2.0.17 |
更新時間 | 2024-03-04 |
上架時間 | 2022-11-15 |
評分 | 5.00/5 共 6 次評分 |
開發者 | extension |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.mycactus.com/en/privacy |
支援的語言 | 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" ] } ] } |