Wazirx Portfolio
It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…
什么是Wazirx Portfolio?
Wazirx Portfolio是由saim.dev123开发的Chrome扩展程序,该扩展的主要功能是“It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each…”。
扩展截图
下载Wazirx Portfolio扩展crx文件
下载Wazirx Portfolio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ifejngfdbiolpobppeldclpimgpbkldg |
| 官方URL | https://chromewebstore.google.com/detail/wazirx-portfolio/ifejngfdbiolpobppeldclpimgpbkldg |
| 简介 | It is a portfolio for WazirX crypto trading website containing your current net profit/loss as well as profit/loss for each… |
| 文件大小 | 11.47 KB |
| 安装次数 | 265 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2021-11-23 |
| 上架时间 | 2021-07-15 |
| 评分 | 3.25/5 共12次评分 |
| 开发者 | saim.dev123 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |