Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
ما هو Chartlink Dashboard to CSV؟
Chartlink Dashboard to CSV هو إضافة Chrome تم تطويرها بواسطة Vimal Krishna، والميزة الرئيسية لها هي "Extract stock symbols as CSV output and load it into TradingView".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chartlink Dashboard to CSV
قم بتنزيل ملفات الامتداد Chartlink Dashboard to CSV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
الوصف | Extract stock symbols as CSV output and load it into TradingView |
حجم الملف | 16.64 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-11-09 |
تاريخ النشر | 2022-11-08 |
المطور | Vimal Krishna |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://vimal-krishna.github.io/ |
عنوان صفحة المساعدة | https://vimal-krishna.github.io/contact/ |
اللغات المدعومة | 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" } } |