WazirX Porfolio Manager

The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️

Was ist WazirX Porfolio Manager?

WazirX Porfolio Manager ist eine Chrome-Erweiterung, die von Abhishek Sontakke entwickelt wurde, und ihr Hauptmerkmal ist "The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WazirX Porfolio Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie WazirX Porfolio Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name WazirX Porfolio Manager WazirX Porfolio Manager
ID bdoeoojhpckgfipkackklbhdhellkdlp
Offizielle URL https://chromewebstore.google.com/detail/wazirx-porfolio-manager/bdoeoojhpckgfipkackklbhdhellkdlp
Beschreibung The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️
Dateigröße 319 KB
Installationsanzahl 229
Aktuelle Version 2.0.0
Letztes Update 2022-02-05
Veröffentlichungsdatum 2021-08-25
Bewertung 4.64/5 Insgesamt 11 Bewertungen
Entwickler Abhishek Sontakke
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}