Wazirx Portfolio
It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…
Was ist Wazirx Portfolio?
Wazirx Portfolio ist eine Chrome-Erweiterung, die von saim.dev123 entwickelt wurde, und ihr Hauptmerkmal ist "It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…".
Erweiterungsscreenshots
Wazirx Portfolio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wazirx Portfolio-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
It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each invidual item.
Instruction to use:
1. Go to WazirX home page ('https://wazirx.com/exchange/BTC-INR").
2. Click on the extension icon on top left of your chrome browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ifejngfdbiolpobppeldclpimgpbkldg |
| Offizielle URL | https://chromewebstore.google.com/detail/wazirx-portfolio/ifejngfdbiolpobppeldclpimgpbkldg |
| Beschreibung | It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each… |
| Dateigröße | 11.47 KB |
| Installationsanzahl | 265 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2021-11-23 |
| Veröffentlichungsdatum | 2021-07-15 |
| Bewertung | 3.25/5 Insgesamt 12 Bewertungen |
| Entwickler | saim.dev123 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wazirx Portfolio",
"version": "1.0.4",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/wazirx.com\/exchange\/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "index.html",
"default_title": "Wazirx Portfolio Manager",
"default_icon": "wIcon.png"
}
} | |