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 là gì?
Coingaze | Set Crypto alerts from WazirX là một tiện ích mở rộng Chrome được phát triển bởi https://coingaze.in, và tính năng chính của nó là "Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coingaze | Set Crypto alerts from WazirX
Tải xuống các tệp mở rộng Coingaze | Set Crypto alerts from WazirX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coingaze | Set Crypto alerts from WazirX |
ID | jgholmfpklkgkcokfdpciigjepiehbkp |
URL Chính Thức | https://chromewebstore.google.com/detail/coingaze-set-crypto-alert/jgholmfpklkgkcokfdpciigjepiehbkp |
Mô tả | Coingaze is a Crypto Price Alert app which lets you set alerts from WazirX and get notified on PC, Mobile via Browser or Telegram |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-09-06 |
Ngày Phát Hành | 2021-08-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://coingaze.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://coingaze.in |
URL Trang Trợ Giúp | https://coingaze.in/contact |
URL Trang Chính Sách Bảo Mật | https://coingaze.in/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |