Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Co to jest Voyage Extension?

Voyage Extension to rozszerzenie Chrome opracowane przez Voyage, a jego główną funkcją jest „Super app for NFT Traders, backed by Delphi and Tangent”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Voyage Extension

Pobierz pliki rozszerzeń Voyage Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Voyage Extension Voyage Extension
ID ijnapiaecjhnaeelidjckmodmodklako
Oficjalny URL https://chromewebstore.google.com/detail/voyage-extension/ijnapiaecjhnaeelidjckmodmodklako
Opis Super app for NFT Traders, backed by Delphi and Tangent
Rozmiar pliku 5.89 MB
Liczba instalacji 64
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2022-11-10
Data Publikacji 2022-09-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Voyage
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://voyage.finance
Adres URL Strony Pomocy https://discord.gg/voyage
Adres URL Strony Polityki Prywatności https://www.voyage.finance/privacy-policy
Obsługiwane Języki 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\/*"
        ]
    }
}