TradingView Button

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

Qu'est-ce que TradingView Button ?

TradingView Button est une extension Chrome développée par Umut Korkmaz, et sa fonction principale est "This simple tool allows you to quickly open the new tab on TradingView.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TradingView Button

Téléchargez les fichiers d'extension TradingView Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom TradingView Button TradingView Button
ID ngoldfnkgbjodagilghjcpaaminhifhe
URL Officiel https://chromewebstore.google.com/detail/tradingview-button/ngoldfnkgbjodagilghjcpaaminhifhe
Description This simple tool allows you to quickly open the new tab on TradingView.
Taille du Fichier 8.48 KB
Nombre d'Installations 125
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-15
Date de Publication 2023-08-15
Développeur Umut Korkmaz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}