Cede.store

Secure gateway to the CeFi

Cede.store क्या है?

Cede.store Cede Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure gateway to the CeFi"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Cede.store एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        What is cede.store?

Cede.store is a non-custodial CeFi wallet designed for dApp users. It allows you to track and manage your assets on centralized exchanges (CEX) while upholding the values of decentralized finance (DeFi).

Why Choose Cede.store?

🔒 Secure Credentials: All your information is encrypted and stored locally on your computer.

✨ Easy dApp Connection: Experience DeFi wallet functionalities when you connect to dApps through cede.store.

➕ Seamless Integration: Effortlessly link your favorite dApps with your CEX accounts, simplifying the management of funds across both CeFi and DeFi ecosystems.

Main Features:

- View your balances and transaction history
- Execute and monitor your trades
- One-click asset transfers, including deposits and withdrawals
- Revisit and repeat past transactions
- Access liquidity from CEX while using your favorite dApps                    

एक्सटेंशन की मूल जानकारी

नाम Cede.store Cede.store
ID dcfphbfmjohnlcpelbhfbjolhmmlcbhd
आधिकारिक URL https://chromewebstore.google.com/detail/cedestore/dcfphbfmjohnlcpelbhfbjolhmmlcbhd
विवरण Secure gateway to the CeFi
फ़ाइल का आकार 23.76 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.42.3
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2022-12-19
रेटिंग 4.97/5 कुल 34 रेटिंग्स
डेवलपर Cede Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cede.store
सहायता पृष्ठ URL https://www.youtube.com/watch?v=z1GIyoSks3w
गोपनीयता नीति पृष्ठ URL https://policy.cede.store
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cede.store",
    "description": "Secure gateway to the CeFi",
    "version": "1.42.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Open Cede.store",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": ".\/panda16.png",
        "32": ".\/panda32.png",
        "48": ".\/panda48.png",
        "128": ".\/panda128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "identity",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*.cede.link\/*",
        "https:\/\/*.cede.link\/*",
        "*:\/\/*.binance.com\/*",
        "*:\/\/*.coinbase.com\/*",
        "*:\/\/*.kraken.com\/*",
        "*:\/\/*.hbdm.com\/*",
        "*:\/\/*.gateio.ws\/*",
        "*:\/\/*.bitfinex.com\/*",
        "*:\/\/*.okx.com\/*",
        "*:\/\/*.kucoin.com\/*",
        "*:\/\/*.bybit.com\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.js",
                "*.png",
                "*.md",
                "sendWidget.js"
            ]
        }
    ]
}