Verto - Multichain Crypto Wallet for DEFI

Verto is an extension for accessing blockchain enabled distributed applications, or Dapps in your normal Chrome or Firefox browser!

Verto - Multichain Crypto Wallet for DEFIคืออะไร?

Verto - Multichain Crypto Wallet for DEFI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Volentix และคุณลักษณะหลักของมันคือ "Verto is an extension for accessing blockchain enabled distributed applications, or Dapps in your normal Chrome or Firefox browser!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Verto - Multichain Crypto Wallet for DEFI

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

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

                        Verto is an extension being built as a multi-chain wallet for integrating sovereign services into one, user controlled and managed, anonymous, and decentralized tool. The focus of Verto is to simplify the usage of blockchain technology in a way that is intuative for those unfamiliar with the technology.

What can you do with Verto ?

With Verto  you are able to create a crypto wallet that supports multiples chains: we use your seed phrase to generate keys for Evms (Ethereum Virtual Machine) chains (Ethereum, Polygon, Fantom, Binance Smart Chain , Avalanche C-Chain), Bitcoin, DASH, Avalanche X-Chain, Polkadot, EOS, Kusama, Stellar Lumens, Solana, Tezos

With your wallet you can:
Send and receive assets
Import account for supported chains
Access transaction history
Connect an Ethereum account with any Dapp with WalletConnect
Sign transactions with your connected accounts
Stake VTX, UST, EOS and HEX  

EOS tools: you can use Verto to:
Buy / Sell ram
Power up
Power up for free

https://github.com/Volentix/verto                    

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

ชื่อ Verto - Multichain Crypto Wallet for DEFI Verto - Multichain Crypto Wallet for DEFI
ID eamiofncoknfkefhlkdblngblpffehek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/verto-multichain-crypto-w/eamiofncoknfkefhlkdblngblpffehek
คำอธิบาย Verto is an extension for accessing blockchain enabled distributed applications, or Dapps in your normal Chrome or Firefox browser!
ขนาดไฟล์ 25.6 MB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2022-05-16
วันที่เผยแพร่ 2021-11-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Volentix
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://volentix.io/
URL หน้าช่วยเหลือ https://volentix.io/blog
URL หน้านโยบายความเป็นส่วนตัว https://atcrypto.id/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verto - Multichain Crypto Wallet for DEFI",
    "description": "Verto is an extension for accessing blockchain enabled distributed applications, or Dapps in your normal Chrome or Firefox browser! ",
    "version": "1.0.12",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-32x32.png",
        "128": "icons\/favicon-32x32.png"
    },
    "browser_action": {
        "default_title": "verto-browser-extension",
        "default_popup": "www\/index.html"
    },
    "background": {
        "scripts": [],
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/verto.volentix.io\/*",
                "http:\/\/localhost:8080\/*",
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/verto.volentix.io\/*",
        "http:\/\/localhost:8080\/*",
        "storage",
        "idle"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/verto.volentix.io\/*"
        ]
    },
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}