TradingView Button

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

TradingView Button란 무엇입니까?

TradingView Button은(는) Umut Korkmaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This simple tool allows you to quickly open the new tab on TradingView."입니다.

확장 프로그램 스크린샷

screenshot

TradingView Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}