Crocobit Wallet

Multi-cryptocurrency decentralized wallet

ما هو Crocobit Wallet؟

Crocobit Wallet هو إضافة Chrome تم تطويرها بواسطة http://extension.crocobit.net، والميزة الرئيسية لها هي "Multi-cryptocurrency decentralized wallet".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crocobit Wallet

قم بتنزيل ملفات الامتداد Crocobit Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        CROCOBIT Wallet
"Safe to store, easy to use".

Crocobit Wallet extension is a browser extension that allows you to access your cryptocurrencies from a browser. 
In a few clicks in your browser, you can: view the balance, send, and receive cryptocurrencies. 
All your funds are stored on your browser. It is safe and easy to use.

Features:
- Simple interface
- Receiving cryptocurrencies
- Sending cryptocurrencies
- Balances can be displayed in local currencies
- Use any ERC tokens
- Choose transaction speed and fee amount (slow, average, fast)                    

معلومات أساسية عن التمديد

الاسم Crocobit Wallet Crocobit Wallet
ID pnlfjmlcjdjgkddecgincndfgegkecke
عنوان URL الرسمي https://chrome.google.com/webstore/detail/crocobit-wallet/pnlfjmlcjdjgkddecgincndfgegkecke
الوصف Multi-cryptocurrency decentralized wallet
حجم الملف 5.4 MB
عدد التثبيتات 165
النسخة الحالية 0.10.0
آخر تحديث 2021-06-07
تاريخ النشر 2020-07-02
تقييم 4.89/5 مجموع تقييمات 19
المطور http://extension.crocobit.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://extension.crocobit.net
عنوان صفحة المساعدة https://extension.crocobit.net/contact
عنوان صفحة سياسة الخصوصية https://p2p.crocobit.net/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crocobit Wallet",
    "short_name": "Crocobit",
    "description": "Multi-cryptocurrency decentralized wallet",
    "version": "0.10.0",
    "author": "https:\/\/extension.crocobit.net",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "index.html",
        "default_title": "Crocobit"
    },
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'",
    "permissions": [
        "storage"
    ]
}