Vault Dapp Connect Extension

A chrome extension to connect vault address to Dapps

Vault Dapp Connect Extensionคืออะไร?

Vault Dapp Connect Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kirobo.io และคุณลักษณะหลักของมันคือ "A chrome extension to connect vault address to Dapps"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vault Dapp Connect Extension

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

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

                        Connect trusted dapps to your Liquid Vault instantly! 

Kirobo's Dapp Connect feature lets you connect your Liquid Vault to any dapp in the DeFi ecosystem with WalletConnect. This extension makes the process quicker and easier. 

About 

Kirobo has created this Chrome extension to enhance the Dapp Connect feature of the Liquid Vault. This is an alternative to copy-pasting the dapp's WalletConnect address into the Liquid Vault manually. 

After download and installation, just connect your Liquid Vault to your chosen dapp, as you usually would. Then open the extension and click 'connect'. When you do this, the dapp will appear in the extension with a connect/disconnect toggle.  

How does it work? 

When the extension is activated, it will connect between tabs on your Chrome browser. So when a dapp connection is turned on, you just need to access that dapp and a window will pop up - click connect and the Liquid Vault will open automatically in a new tab. The extension connects the two, bypassing MetaMask. However, it will also connect directly between your MetaMask and the dapp, so switching between your MetaMask and Liquid Vault is easy. The extension makes the process of interacting with dapps much easier by removing the need to switch between tabs all the time.


Benefits

Dapp Connect lets you use the DeFi ecosystem safely. Whether swapping on a DEX, minting an NFT, transferring funds, or anything else, the assets will go directly into your protected Liquid Vault.

What is the Liquid Vault? 

The Liquid Vault is a non-custodial, on-chain wallet and DeFi services platform that you connect to via any leading crypto wallet. Apart from standard wallet services, the Liquid Vault protects your assets with its core security features - for example, its backup feature lets you define a secondary wallet to serve as a spare key in case you lose access. It also has an inheritance feature, allowing you to define heirs to receive shares of your assets in case the worst happens.                    

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

ชื่อ Vault Dapp Connect Extension Vault Dapp Connect Extension
ID fbpimcljflmfnmhhbljojpfhjnolncdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vault-dapp-connect-extens/fbpimcljflmfnmhhbljojpfhjnolncdd
คำอธิบาย A chrome extension to connect vault address to Dapps
ขนาดไฟล์ 2.69 MB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 4.3.5
อัปเดตครั้งล่าสุด 2022-08-10
วันที่เผยแพร่ 2022-08-09
ผู้พัฒนา https://kirobo.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vault.kirobo.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to connect vault address to Dapps",
    "version": "4.3.5",
    "manifest_version": 3,
    "name": "Vault Dapp Connect Extension",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "vault.png"
    },
    "icons": {
        "128": "vault.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/vault1213.kirobo.me\/*",
            "https:\/\/vault.kirobo.me\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools.html"
}