Dekey

Secure Ethereum Dapp Wallet for Your Browser

Dekeyคืออะไร?

Dekey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.atomrigs.io และคุณลักษณะหลักของมันคือ "Secure Ethereum Dapp Wallet for Your Browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

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