Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Chartlink Dashboard to CSV là gì?
Chartlink Dashboard to CSV là một tiện ích mở rộng Chrome được phát triển bởi Vimal Krishna, và tính năng chính của nó là "Extract stock symbols as CSV output and load it into TradingView".
Ả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 Chartlink Dashboard to CSV
Tải xuống các tệp mở rộng Chartlink Dashboard to CSV 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
Extract the symbols from the Chartlink dashboard as CSV text and load it into TradingView for further analysis. In a single click, you can get the CSV text for every table displayed on the dashboard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
URL Chính Thức | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
Mô tả | Extract stock symbols as CSV output and load it into TradingView |
Kích Thước Tệp | 16.64 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-11-09 |
Ngày Phát Hành | 2022-11-08 |
Nhà Phát Triển | Vimal Krishna |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vimal-krishna.github.io/ |
URL Trang Trợ Giúp | https://vimal-krishna.github.io/contact/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chartlink Dashboard to CSV", "description": "Extract stock symbols as CSV output and load it into TradingView", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16_x_16.png", "32": "\/images\/icon-32_x_32.png", "48": "\/images\/icon-48_x_48.png", "128": "\/images\/icon-128_x_128.png" } }, "icons": { "16": "\/images\/icon-16_x_16.png", "32": "\/images\/icon-32_x_32.png", "48": "\/images\/icon-48_x_48.png", "128": "\/images\/icon-128_x_128.png" } } |