Cede.store

Secure gateway to the CeFi

¿Qué es Cede.store?

Cede.store es una extensión de Chrome desarrollada por Cede Labs, y su función principal es "Secure gateway to the CeFi".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cede.store

Descarga archivos de extensión Cede.store en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cede.store Cede.store
ID dcfphbfmjohnlcpelbhfbjolhmmlcbhd
URL Oficial https://chromewebstore.google.com/detail/cedestore/dcfphbfmjohnlcpelbhfbjolhmmlcbhd
Descripción Secure gateway to the CeFi
Tamaño del Archivo 23.76 MB
Cantidad de Instalaciones 1,000
Versión Actual 1.42.3
Última Actualización 2024-02-26
Fecha de Publicación 2022-12-19
Calificación 4.97/5 Total de 34 Calificaciones
Desarrollador Cede Labs
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cede.store
URL de la Página de Ayuda https://www.youtube.com/watch?v=z1GIyoSks3w
URL de la Página de Política de Privacidad https://policy.cede.store
Idiomas Soportados 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"
            ]
        }
    ]
}