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"입니다.
확장 프로그램 스크린샷
Coingaze | Set Crypto alerts from WazirX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |