Cede.store

Secure gateway to the CeFi

Cede.store là gì?

Cede.store là một tiện ích mở rộng Chrome được phát triển bởi Cede Labs, và tính năng chính của nó là "Secure gateway to the CeFi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cede.store

Tải xuống các tệp mở rộng Cede.store dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cede.store Cede.store
ID dcfphbfmjohnlcpelbhfbjolhmmlcbhd
URL Chính Thức https://chromewebstore.google.com/detail/cedestore/dcfphbfmjohnlcpelbhfbjolhmmlcbhd
Mô tả Secure gateway to the CeFi
Kích Thước Tệp 23.76 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.42.3
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2022-12-19
Đánh Giá 4.97/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Cede Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cede.store
URL Trang Trợ Giúp https://www.youtube.com/watch?v=z1GIyoSks3w
URL Trang Chính Sách Bảo Mật https://policy.cede.store
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}