Wazirx Portfolio
It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…
Wat is Wazirx Portfolio?
Wazirx Portfolio is een Chrome-extensie ontwikkeld door saim.dev123, en de belangrijkste functie is "It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…".
Extensie Screenshots
Download het CRX-bestand van de extensie Wazirx Portfolio
Download Wazirx Portfolio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ifejngfdbiolpobppeldclpimgpbkldg |
| Officiële URL | https://chromewebstore.google.com/detail/wazirx-portfolio/ifejngfdbiolpobppeldclpimgpbkldg |
| Beschrijving | It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each… |
| Bestandsgrootte | 11.47 KB |
| Aantal Installaties | 265 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2021-11-23 |
| Publicatiedatum | 2021-07-15 |
| Beoordeling | 3.25/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | saim.dev123 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |