Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Voyage Extension là gì?

Voyage Extension là một tiện ích mở rộng Chrome được phát triển bởi Voyage, và tính năng chính của nó là "Super app for NFT Traders, backed by Delphi and Tangent".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voyage Extension

Tải xuống các tệp mở rộng Voyage Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
URL Chính Thức https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Mô tả Super app for NFT Traders, backed by Delphi and Tangent
Kích Thước Tệp 5.89 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2022-09-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Voyage
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://voyage.finance
URL Trang Trợ Giúp https://discord.gg/voyage
URL Trang Chính Sách Bảo Mật https://www.voyage.finance/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}