Chartlink Dashboard to CSV

Extract stock symbols as CSV output and load it into TradingView

Chartlink Dashboard to CSV क्या है?

Chartlink Dashboard to CSV Vimal Krishna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract stock symbols as CSV output and load it into TradingView"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chartlink Dashboard to CSV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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/
सहायता पृष्ठ URL 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"
    }
}