Kite Zerodha Alert Plugin
This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us.
Kite Zerodha Alert Plugin란 무엇입니까?
Kite Zerodha Alert Plugin은(는) pradeepkalra09에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us."입니다.
확장 프로그램 스크린샷
Kite Zerodha Alert Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The item is used to set alerts on stocks while trading on zerodha in real time over telegram. It takes no more than a second to set alert and alerts will be notified via telegram
확장 프로그램 기본 정보
이름 | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
공식 URL | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
설명 | This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us. |
파일 크기 | 9.61 KB |
설치 횟수 | 250 |
현재 버전 | 2.0 |
최근 업데이트 | 2021-06-13 |
출시 날짜 | 2021-06-07 |
개발자 | pradeepkalra09 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kite Zerodha Alert Plugin", "description": "This plugin is used to set alerts on Kite zerodha. It is very handy and alerts you through telegram once secretid is provided by us.", "version": "2.0", "incognito": "split", "content_scripts": [ { "matches": [ "https:\/\/kite.zerodha.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "template.html" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ] } |