Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Voyage Extension란 무엇입니까?

Voyage Extension은(는) Voyage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super app for NFT Traders, backed by Delphi and Tangent"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Voyage App enables users to create, manage, and access their Voyage smart contract wallets for trading and managing their NFTs and cryptocurrencies. Enjoy the following features and more with Voyage App:

• Purchase NFTs on 3x leverage with Voyage Pay
• Close NFT positions with Voyage Flip
• Track your portfolio PNL in-app
• Unlock immediate NFT benefits
• Secure your NFTs with Voyage Safe                    

확장 프로그램 기본 정보

이름 Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
공식 URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
설명 Super app for NFT Traders, backed by Delphi and Tangent
파일 크기 5.89 MB
설치 횟수 64
현재 버전 0.2.1
최근 업데이트 2022-11-10
출시 날짜 2022-09-25
평점 5.00/5 총 1 개의 평점
개발자 Voyage
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://voyage.finance
도움말 페이지 URL https://discord.gg/voyage
개인정보 보호 정책 페이지 URL https://www.voyage.finance/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voyage Extension",
    "description": "Super app for NFT Traders, backed by Delphi and Tangent",
    "version": "0.2.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "contentscript.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injector.bundle.js",
                "reset.html",
                "home.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/voyage.finance\/*",
            "*:\/\/app.voyage.finance\/*",
            "*:\/\/app.staging.voyage.finance\/*"
        ]
    }
}