Tickertape exporter
Export tickertape screener table to a csv file
Tickertape exporter là gì?
Tickertape exporter là một tiện ích mở rộng Chrome được phát triển bởi anirvan.mandal, và tính năng chính của nó là "Export tickertape screener table to a csv file".
Ả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 Tickertape exporter
Tải xuống các tệp mở rộng Tickertape exporter 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
Allows users to download the Tickertape Screener table data to a CSV file. Helps in analysing the different stocks, mutual funds available in the market. Note: Paid screener users will not be able to use this version 1.0 of the plugin as it will overwrite the export button functionality
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tickertape exporter |
ID | heijmlobndihkkpaidbhofckhdbhinma |
URL Chính Thức | https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma |
Mô tả | Export tickertape screener table to a csv file |
Kích Thước Tệp | 26.51 KB |
Số Lần Cài Đặt | 164 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-06-01 |
Ngày Phát Hành | 2023-06-01 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | anirvan.mandal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/anirvanmandal/tickertape-exporter |
URL Trang Trợ Giúp | https://github.com/anirvanmandal/tickertape-exporter/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tickertape exporter", "description": "Export tickertape screener table to a csv file", "version": "1.1.0", "icons": { "16": "\/src\/images\/logo_16.png", "32": "\/src\/images\/logo_32.png", "48": "\/src\/images\/logo_48.png", "128": "\/src\/images\/logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tickertape.in\/screener\/*" ], "css": [], "js": [ "\/src\/content-script.js" ], "run_at": "document_idle" } ] } |