Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
Apa itu Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV adalah ekstensi Chrome yang dikembangkan oleh Vimal Krishna, dan fitur utamanya adalah "Extract stock symbols as CSV output and load it into TradingView".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chartlink Dashboard to CSV
Unduh file ekstensi Chartlink Dashboard to CSV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
URL Resmi | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
Deskripsi | Extract stock symbols as CSV output and load it into TradingView |
Ukuran File | 16.64 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-11-09 |
Tanggal Publikasi | 2022-11-08 |
Pengembang | Vimal Krishna |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://vimal-krishna.github.io/ |
URL Halaman Bantuan | https://vimal-krishna.github.io/contact/ |
Bahasa yang Didukung | 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" } } |