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 là gì?
Kite Zerodha Alert Plugin là một tiện ích mở rộng Chrome được phát triển bởi pradeepkalra09, và tính năng chính của nó là "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.".
Ả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 Kite Zerodha Alert Plugin
Tải xuống các tệp mở rộng Kite Zerodha Alert Plugin 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kite Zerodha Alert Plugin |
ID | pelfbijkgbkfmmmfbblgcedkljobelda |
URL Chính Thức | https://chromewebstore.google.com/detail/kite-zerodha-alert-plugin/pelfbijkgbkfmmmfbblgcedkljobelda |
Mô tả | 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. |
Kích Thước Tệp | 9.61 KB |
Số Lần Cài Đặt | 250 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-06-13 |
Ngày Phát Hành | 2021-06-07 |
Nhà Phát Triển | pradeepkalra09 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |