Caddi

Caddi - Your crypto companion making every transaction cheaper and safer

Caddi क्या है?

Caddi https://caddi.fi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Caddi - Your crypto companion making every transaction cheaper and safer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Caddi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
        "",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "img\/Caddi_Isotype_1.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' ; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.caddi.fi\/*"
        ]
    }
}