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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } ] } |