TradingView Button
This simple tool allows you to quickly open the new tab on TradingView.
¿Qué es TradingView Button?
TradingView Button es una extensión de Chrome desarrollada por Umut Korkmaz, y su función principal es "This simple tool allows you to quickly open the new tab on TradingView.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TradingView Button
Descarga archivos de extensión TradingView Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | TradingView Button |
ID | ngoldfnkgbjodagilghjcpaaminhifhe |
URL Oficial | https://chromewebstore.google.com/detail/tradingview-button/ngoldfnkgbjodagilghjcpaaminhifhe |
Descripción | This simple tool allows you to quickly open the new tab on TradingView. |
Tamaño del Archivo | 8.48 KB |
Cantidad de Instalaciones | 125 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-08-15 |
Fecha de Publicación | 2023-08-15 |
Desarrollador | Umut Korkmaz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } ] } |