Coingaze | Set Crypto alerts from WazirX

Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram

什么是Coingaze | Set Crypto alerts from WazirX?

Coingaze | Set Crypto alerts from WazirX是由https://coingaze.in开发的Chrome扩展程序,该扩展的主要功能是“Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Coingaze | Set Crypto alerts from WazirX扩展crx文件

下载Coingaze | Set Crypto alerts from WazirX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can get alerts when a Crypto Price reaches your chosen price or goes up/down by % set by you. 

Features that I might add in future
- Get daily updates on your chosen cryptocurrency. You pick your favorite cryptocurrencies and we'll send you daily updates.
- Get alerts based on popular indicators such as RSI, EMI etc.

--- How to Use --- 
💡  Tip: Make sure you pin the extension for easy access

- You'll see an "Add Alert" button on the WazirX Website itself. This will automatically be injected but if you don't see it click on the Coingaze extension icon from the extensions bar at the top right.
- On clicking on "Add Alert" button a dialog will open. The Coin name & Current price will automatically be populated. 
- You can add a custom price or set price by using the the percentage buttons.
- Once an alert is added you can see all of your alerts by clicking on the Coingaze extension icon

That's it. You're all set to 🤘🏻

--- How to get help --- 
If you're facing problems with the extension or if you have any query.
- Open the extension dialog by clicking on the extension icon. Click on the dropdown menu & open the feedback form.
Alternatively you can send me at message at https://coingaze.in/contact. 

I hope you find this extension useful.
Really appreciate your time :)

- Anurag Bhagsain
  Coingaze                    

扩展基本信息

名称 Coingaze | Set Crypto alerts from WazirX Coingaze | Set Crypto alerts from WazirX
ID jgholmfpklkgkcokfdpciigjepiehbkp
官方URL https://chromewebstore.google.com/detail/coingaze-set-crypto-alert/jgholmfpklkgkcokfdpciigjepiehbkp
简介 Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram
文件大小 240 KB
安装次数 106
当前版本 1.0.2
更新时间 2022-09-06
上架时间 2021-08-23
评分 5.00/5 共3次评分
开发者 https://coingaze.in
电子邮箱 [email protected]
付费类型 free
扩展官网 https://coingaze.in
帮助页面URL https://coingaze.in/contact
隐私政策页面URL https://coingaze.in/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coingaze | Set Crypto alerts from WazirX",
    "description": "Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Coingaze",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/coingaze.in\/*",
        "https:\/\/coingaze.in\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wazirx.com\/exchange\/*-*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}