Caddi
Caddi - Your crypto companion making every transaction cheaper and safer
Caddi란 무엇입니까?
Caddi은(는) https://caddi.fi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Caddi - Your crypto companion making every transaction cheaper and safer"입니다.
확장 프로그램 스크린샷
Caddi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Caddi, save money on every trade and stay protected from scams 💪 Why Caddi? 💸 Save Money: Caddi ensures you get the best prices on every swap routing through CeFi and DeFi 🔒 Stay Safe: We scan all transactions for malicious activities. No more scam contracts or phishing websites 🧘🏼♂️ Simplicity: We strive to make managing your crypto as effortless as possible 🟢 API Key Security: Optionally connect your exchange API keys which stay locally in your Extension and are encrypted by a password ⛓️ Live with Metamask on Ethereum, Arbitrum and Polygon 🫡 Get started with Caddi today 🫡 Find out more: www.caddi.fi
확장 프로그램 기본 정보
이름 | Caddi |
ID | eeobggeikihkgiggaekfbceghlcpemfm |
공식 URL | https://chromewebstore.google.com/detail/caddi/eeobggeikihkgiggaekfbceghlcpemfm |
설명 | Caddi - Your crypto companion making every transaction cheaper and safer |
파일 크기 | 11.14 MB |
설치 횟수 | 3,356 |
현재 버전 | 1.0.68 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2022-03-10 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://caddi.fi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.caddi.fi |
도움말 페이지 URL | https://t.me/caddi_chat |
개인정보 보호 정책 페이지 URL | https://www.caddi.fi/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.68", "manifest_version": 3, "name": "Caddi", "description": "Caddi - Your crypto companion making every transaction cheaper and safer", "web_accessible_resources": [ { "resources": [ "injectedScript.js", "content.css", "fonts\/googlefonts\/Outfit-Regular.ttf", "fonts\/googlefonts\/Outfit-Medium.ttf", "fonts\/googlefonts\/Outfit-SemiBold.ttf" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "extension_ids": [ "*" ] } ], "__chrome__host_permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "__firefox__web_accessible_resources": [ "injectedScript.js" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "lib\/css\/toastr.css", "content.css" ], "js": [ "lib\/js\/jquery.min.js", "lib\/js\/toastr.js", "lib\/js\/browser-polyfill.js", "content.js", "injectedScript.js" ], "all_frames": false, "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/Caddi_Isotype_TinySpaces_1.png", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+X" } }, "tokenParse": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Highlight Tokens" } }, "permissions": [ "tabs", "storage", "scripting", "alarms", "favicon", "activeTab" ], "host_permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "__firefox__permissions": [ " |