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은(는) Volentix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Verto is an extension for accessing blockchain enabled distributed applications, or Dapps in your normal Chrome or Firefox browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Verto - Multichain Crypto Wallet for DEFI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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