Wazirx Portfolio
It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…
What is Wazirx Portfolio?
Wazirx Portfolio is a Chrome extension developed by saim.dev123, and its main feature is "It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…".
Extension Screenshots
Download Wazirx Portfolio Extension CRX File
Download Wazirx Portfolio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wazirx Portfolio |
ID | ifejngfdbiolpobppeldclpimgpbkldg |
Official URL | https://chromewebstore.google.com/detail/wazirx-portfolio/ifejngfdbiolpobppeldclpimgpbkldg |
Description | It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each… |
File Size | 11.47 KB |
Installation Count | 265 |
Current Version | 1.0.4 |
Last Updated | 2021-11-23 |
Publish Date | 2021-07-15 |
Rating | 3.25/5 Total 12 Ratings |
Developer | saim.dev123 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |