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

Was ist Coingaze | Set Crypto alerts from WazirX?

Coingaze | Set Crypto alerts from WazirX ist eine Chrome-Erweiterung, die von https://coingaze.in entwickelt wurde, und ihr Hauptmerkmal ist "Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Coingaze | Set Crypto alerts from WazirX-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coingaze | Set Crypto alerts from WazirX-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Coingaze | Set Crypto alerts from WazirX Coingaze | Set Crypto alerts from WazirX
ID jgholmfpklkgkcokfdpciigjepiehbkp
Offizielle URL https://chromewebstore.google.com/detail/coingaze-set-crypto-alert/jgholmfpklkgkcokfdpciigjepiehbkp
Beschreibung Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram
Dateigröße 240 KB
Installationsanzahl 106
Aktuelle Version 1.0.2
Letztes Update 2022-09-06
Veröffentlichungsdatum 2021-08-23
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://coingaze.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://coingaze.in
Hilfeseite URL https://coingaze.in/contact
URL der Datenschutzrichtlinien-Seite https://coingaze.in/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}