TradingView Button

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

TradingView Button là gì?

TradingView Button là một tiện ích mở rộng Chrome được phát triển bởi Umut Korkmaz, và tính năng chính của nó là "This simple tool allows you to quickly open the new tab on TradingView.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TradingView Button

Tải xuống các tệp mở rộng TradingView Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TradingView Button TradingView Button
ID ngoldfnkgbjodagilghjcpaaminhifhe
URL Chính Thức https://chromewebstore.google.com/detail/tradingview-button/ngoldfnkgbjodagilghjcpaaminhifhe
Mô tả This simple tool allows you to quickly open the new tab on TradingView.
Kích Thước Tệp 8.48 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2023-08-15
Nhà Phát Triển Umut Korkmaz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}