Voyage Extension

Super app for NFT Traders, backed by Delphi and Tangent

Voyage Extension क्या है?

Voyage Extension Voyage द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super app for NFT Traders, backed by Delphi and Tangent"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voyage Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}