Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Qu'est-ce que Chartlink Dashboard to CSV ?
Chartlink Dashboard to CSV est une extension Chrome développée par Vimal Krishna, et sa fonction principale est "Extract stock symbols as CSV output and load it into TradingView".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chartlink Dashboard to CSV
Téléchargez les fichiers d'extension Chartlink Dashboard to CSV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
URL Officiel | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
Description | Extract stock symbols as CSV output and load it into TradingView |
Taille du Fichier | 16.64 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-11-09 |
Date de Publication | 2022-11-08 |
Développeur | Vimal Krishna |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vimal-krishna.github.io/ |
URL de la Page d'Aide | https://vimal-krishna.github.io/contact/ |
Langues Prises en Charge | 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" } } |