Klever Wallet

Klever wallet inside your browser

Klever Wallet란 무엇입니까?

Klever Wallet은(는) Klever Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Klever wallet inside your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Klever Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}