Klever Wallet

Klever wallet inside your browser

Klever Walletคืออะไร?

Klever Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Klever Labs และคุณลักษณะหลักของมันคือ "Klever wallet inside your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Klever Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Klever Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's a Release Candidate, in final development! 

Klever Wallet is a simple, powerful, smart and secure crypto wallet for Bitcoin (BTC), TRON (TRX), Ethereum (ETH), Binance (BNB) and other cryptocurrency assets.

Klever is a decentralized p2p and self-custody wallet, putting the keys in the hands of our users. This means that you have total control of your private keys and that the Klever team cannot at any time or in any way access users’ funds or view your private keys.

Truly Own Your Crypto With Klever
Klever is made for people who love to be in control of their own money and crypto, and the app is optimized for browser extension experience and a decentralized lifestyle where you hold the keys to your financial future.

Klever offers true and secure ownership of your cryptocurrency and financial investments. The security of the Klever extension is ensured by being built on top of Klever OS which uses advanced security mechanisms that completely protect the user’s private keys.

Klever’s encrypted and secure architecture makes private keys and sensitive data available only on the user’s specific browser, as Klever utilizes the latest military-grade technology for encryption.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Klever Wallet Klever Wallet
ID lmbifcmbofehdpolpdpnlcnanolnlkec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/klever-wallet/lmbifcmbofehdpolpdpnlcnanolnlkec
คำอธิบาย Klever wallet inside your browser
ขนาดไฟล์ 24.2 MB
จำนวนการติดตั้ง 4,223
เวอร์ชันปัจจุบัน 1.0.34
อัปเดตครั้งล่าสุด 2023-07-06
วันที่เผยแพร่ 2023-03-01
คะแนน 4.42/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Klever Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://klever.finance/wallet/
URL หน้าช่วยเหลือ https://support.klever.io/
URL หน้านโยบายความเป็นส่วนตัว https://klever.finance/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Klever Wallet",
    "description": "Klever wallet inside your browser",
    "manifest_version": 3,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "minimum_chrome_version": "103",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self';"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/tronweb.js",
                "scripts\/wasm\/wasm_exec.js",
                "scripts\/wasm\/init_go.js",
                "konnect.wasm",
                "scripts\/analytics\/gtag.js",
                "scripts\/analytics\/index.js",
                "dist\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.34"
}