Voyage Extension
Super app for NFT Traders, backed by Delphi and Tangent
Voyage Extensionคืออะไร?
Voyage Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voyage และคุณลักษณะหลักของมันคือ "Super app for NFT Traders, backed by Delphi and Tangent"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voyage Extension
ดาวน์โหลดไฟล์ส่วนขยาย Voyage Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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": [ " |