Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Was ist Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV ist eine Chrome-Erweiterung, die von Vimal Krishna entwickelt wurde, und ihr Hauptmerkmal ist "Extract stock symbols as CSV output and load it into TradingView".
Erweiterungsscreenshots
Chartlink Dashboard to CSV-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chartlink Dashboard to CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
| Offizielle URL | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
| Beschreibung | Extract stock symbols as CSV output and load it into TradingView |
| Dateigröße | 16.64 KB |
| Installationsanzahl | 43 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-11-09 |
| Veröffentlichungsdatum | 2022-11-08 |
| Entwickler | Vimal Krishna |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://vimal-krishna.github.io/ |
| Hilfeseite URL | https://vimal-krishna.github.io/contact/ |
| Unterstützte Sprachen | 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"
}
} | |