Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Cos'è Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV è un'estensione di Chrome sviluppata da Vimal Krishna, e la sua funzione principale è "Extract stock symbols as CSV output and load it into TradingView".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chartlink Dashboard to CSV
Scarica i file di estensione Chartlink Dashboard to CSV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
URL Ufficiale | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
Descrizione | Extract stock symbols as CSV output and load it into TradingView |
Dimensione del File | 16.64 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-11-09 |
Data di Pubblicazione | 2022-11-08 |
Sviluppatore | Vimal Krishna |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vimal-krishna.github.io/ |
URL della Pagina di Aiuto | https://vimal-krishna.github.io/contact/ |
Lingue Supportate | 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" } } |