TradingView Button

This simple tool allows you to quickly open the new tab on TradingView.

TradingView Button क्या है?

TradingView Button Umut Korkmaz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple tool allows you to quickly open the new tab on TradingView."।

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

screenshot

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

crx प्रारूप में TradingView Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        I am introducing my new Chrome Extension that is made to improve how you analyse stocks.

You will experience no further downtimes or design sacrifices - only a continuous connection between external platforms and TradingView.

I make your trading process simpler by precisely positioning these inconspicuous buttons where you need them. You can switch from the external platform's stock information to a complete TradingView analysis with just one click, without any effort. The combination of platforms enables you to make informed decisions without interrupting your work process.

Enhance your trading skills while keeping the look you prefer - being efficient does not need to be complex.

Please don't hesitate to contact me if you want to see the button on other platforms. I'll inform you first once I update!                    

एक्सटेंशन की मूल जानकारी

नाम TradingView Button TradingView Button
ID ngoldfnkgbjodagilghjcpaaminhifhe
आधिकारिक URL https://chromewebstore.google.com/detail/tradingview-button/ngoldfnkgbjodagilghjcpaaminhifhe
विवरण This simple tool allows you to quickly open the new tab on TradingView.
फ़ाइल का आकार 8.48 KB
स्थापना संख्या 125
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-08-15
प्रकाशन तिथि 2023-08-15
डेवलपर Umut Korkmaz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TradingView Button",
    "description": "This simple tool allows you to quickly open the new tab on TradingView.",
    "version": "1.0.1",
    "action": {
        "default_title": "TradingView Button"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.min.js"
            ],
            "matches": [
                "*:\/\/fintables.com\/sirketler\/*",
                "*:\/\/finance.yahoo.com\/quote\/*"
            ]
        }
    ]
}