Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Apa itu Voyage Extension?

Voyage Extension adalah ekstensi Chrome yang dikembangkan oleh Voyage, dan fitur utamanya adalah "Super app for NFT Traders, backed by Delphi and Tangent".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Voyage Extension

Unduh file ekstensi Voyage Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
URL Resmi https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Deskripsi Super app for NFT Traders, backed by Delphi and Tangent
Ukuran File 5.89 MB
Jumlah Instalasi 64
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2022-11-10
Tanggal Publikasi 2022-09-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Voyage
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://voyage.finance
URL Halaman Bantuan https://discord.gg/voyage
URL Halaman Kebijakan Privasi https://www.voyage.finance/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}