Dekey

Secure Ethereum Dapp Wallet for Your Browser

Dekey란 무엇입니까?

Dekey은(는) https://www.atomrigs.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure Ethereum Dapp Wallet for Your Browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Dekey browser extension is for accessing decentralized applications(dapp) on the Ethereum and other EVM compatible blockchains in your normal Chrome browser.

The extension fully supports the current standard Ethereum provider APIs as well as most of the legacy APIs, so you can read and write on any smart contracts of the Dapps you are browsing without additional utilities.

To enhance security Dekey uses the secure multiparty computation method to manage the secret keys and to sign a transaction. 
Dekey also incorporates the "True" 2FA authentication mechanism using Google authenticator to enable transaction filtering rule management and an "auto-confirmation" feature.

Powered by Etherscan.io APIs, BscScan.com APIs, CoinGecko, Gasnow, Klaytn api service

----------------------------------
ver 0.12.07
-. Fixed qr code scan url problem when backing up.
----------------------------------
ver 0.12.05
-. WebHID applied to Ledger connection method
-. Fixed the problem that klaytn NFT transaction was not working in Opensea
-. Polygon network - EIP1559 applied
* Other bug fixes
----------------------------------
ver 0.12.04
-. Fixed an issue where ERC20 tokens could not be sent from Rinkeby
-. Fixed the problem that Klaytn / Polygon tokens could not be sent
* Other bug fixes
----------------------------------
ver 0.12.03
-. Klaytn gas price change applied. 25 -> 750
* Other bug fixes
----------------------------------                    

확장 프로그램 기본 정보

이름 Dekey Dekey
ID cekclnkpicopjiagjphfoahcinhmgbjp
공식 URL https://chromewebstore.google.com/detail/dekey/cekclnkpicopjiagjphfoahcinhmgbjp
설명 Secure Ethereum Dapp Wallet for Your Browser
파일 크기 9.85 MB
설치 횟수 164
현재 버전 0.12.08
최근 업데이트 2023-10-16
출시 날짜 2021-05-14
평점 5.00/5 총 2 개의 평점
개발자 https://www.atomrigs.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dekey.app
개인정보 보호 정책 페이지 URL https://www.dekey.app/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Secure Ethereum Dapp Wallet for Your Browser",
    "version": "0.12.08",
    "name": "Dekey",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "worker.bundle.js",
        "wasm.exec.bundle.js",
        "phishing.html",
        "inpage.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}