Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Wat is Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV is een Chrome-extensie ontwikkeld door Vimal Krishna, en de belangrijkste functie is "Extract stock symbols as CSV output and load it into TradingView".
Extensie Screenshots
Download het CRX-bestand van de extensie Chartlink Dashboard to CSV
Download Chartlink Dashboard to CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
| Officiële URL | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
| Beschrijving | Extract stock symbols as CSV output and load it into TradingView |
| Bestandsgrootte | 16.64 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-11-09 |
| Publicatiedatum | 2022-11-08 |
| Ontwikkelaar | Vimal Krishna |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vimal-krishna.github.io/ |
| Help Pagina-URL | https://vimal-krishna.github.io/contact/ |
| Ondersteunde Talen | 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"
}
} | |