WazirX Porfolio Manager

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

Qu'est-ce que WazirX Porfolio Manager ?

WazirX Porfolio Manager est une extension Chrome développée par Abhishek Sontakke, et sa fonction principale est "The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WazirX Porfolio Manager

Téléchargez les fichiers d'extension WazirX Porfolio Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WazirX Porfolio Manager WazirX Porfolio Manager
ID bdoeoojhpckgfipkackklbhdhellkdlp
URL Officiel https://chromewebstore.google.com/detail/wazirx-porfolio-manager/bdoeoojhpckgfipkackklbhdhellkdlp
Description The Must-Have portfolio profit/loss feature for WazirX is now available. Happy Trading ❤️
Taille du Fichier 319 KB
Nombre d'Installations 229
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-02-05
Date de Publication 2021-08-25
Évaluation 4.64/5 Total 11 Évaluations
Développeur Abhishek Sontakke
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}