WazirX Porfolio Manager
The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️
什麼是WazirX Porfolio Manager?
WazirX Porfolio Manager是由Abhishek Sontakke開發的Chrome擴展程式,該擴展的主要功能是“The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️”。
擴展截圖
下載WazirX Porfolio Manager擴展crx文件
下載WazirX Porfolio Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use Case: Managing portfolio is a challenge on WazirX because some of the major portfolio management features are missing. While trading, user should always know how much they have invested and what is the current status of their investment. WazirX Portfolio Manager provides a better clarity on investment and running profit. Features: 1. Best User Interface Integration 2. Account level and coin level profit/loss. 3. Coin level details: a. Overall Performance - Shows the overall Investment data till date, Overall Average, Overall Return b. Current Performance - Shows the current status of Investment, Current running Average, Current Return c. Tabulated Trade Details A. Order Date B. Amount ordered C. At Price D. Total Amount 4. Sorting options: a. Sort by Coin Name b. Sort by Profit Value 5. Show only active coins How to use: 1. Go to any exchange page. 2. Click on Portfolio button in the menu bar. 3. To see coin level performance --> Click on the coin's card. Disclaimer: This is unofficial WazirX extension which enhances the user experience. Brand and copyright of the word "WazirX" belongs to WazirX(https://wazirx.com).
擴展基本資訊
名稱 | WazirX Porfolio Manager |
ID | bdoeoojhpckgfipkackklbhdhellkdlp |
官方網址 | https://chromewebstore.google.com/detail/wazirx-porfolio-manager/bdoeoojhpckgfipkackklbhdhellkdlp |
簡介 | The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️ |
檔案大小 | 319 KB |
安裝次數 | 229 |
目前版本 | 2.0.0 |
更新時間 | 2022-02-05 |
上架時間 | 2021-08-25 |
評分 | 4.64/5 共 11 次評分 |
開發者 | Abhishek Sontakke |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "name": "WazirX Porfolio Manager", "description": "The Must-Have portfolio profit\/loss feature for WazirX is now available. Happy Trading \u2764\ufe0f", "content_scripts": [ { "matches": [ "https:\/\/wazirx.com\/*" ], "js": [ "min-content.js" ] } ], "icons": { "16": "icons\/16X16.png", "48": "icons\/48X48.png", "128": "icons\/128X128.png" }, "browser_action": { "default_popup": "popup.html" } } |