Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
What is Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV is a Chrome extension developed by Vimal Krishna, and its main feature is "Extract stock symbols as CSV output and load it into TradingView".
Extension Screenshots
Download Chartlink Dashboard to CSV Extension CRX File
Download Chartlink Dashboard to CSV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
Official URL | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
Description | Extract stock symbols as CSV output and load it into TradingView |
File Size | 16.64 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2022-11-09 |
Publish Date | 2022-11-08 |
Developer | Vimal Krishna |
[email protected] | |
Payment Type | free |
Extension Website | https://vimal-krishna.github.io/ |
Help Page URL | https://vimal-krishna.github.io/contact/ |
Supported Languages | 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" } } |