TradingView Parameters
Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.
TradingView Parameters란 무엇입니까?
TradingView Parameters은(는) https://thebettertraders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters."입니다.
확장 프로그램 스크린샷
TradingView Parameters 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The TradingView Parameter Manager is a Google Chrome extension that allows you to download and upload parameters for TradingView indicators and strategies. This extension helps you save time and improves your workflow by enabling a quick and easy way to manage your parameters. Features * Backup and Restore: Download parameters to back them up, and easily restore them later. * Share Parameters: Share parameters with others by downloading and sending them. * Batch Update: Update multiple indicators or strategies by uploading parameters in batch. * Workflow Efficiency: Streamlines your parameter management workflow, saving you time and effort. Updates October 5th, 2023: added pop-up links to thebettertraders.com and youtube.com/mooninpapa
확장 프로그램 기본 정보
이름 | TradingView Parameters |
ID | dhnjdpjphkaiiloeblgledegndchajpp |
공식 URL | https://chromewebstore.google.com/detail/tradingview-parameters/dhnjdpjphkaiiloeblgledegndchajpp |
설명 | Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters. |
파일 크기 | 413 KB |
설치 횟수 | 169 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-10-05 |
출시 날짜 | 2023-09-18 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | https://thebettertraders.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thebettertraders.com/ |
개인정보 보호 정책 페이지 URL | https://www.thebettertraders.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "The Better Traders", "description": "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.", "name": "TradingView Parameters", "version": "1.1", "icons": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/chart\/*" ], "js": [ "content_scripts\/chartElements.js", "content_scripts\/selector.js", "content_scripts\/page.js", "content_scripts\/ui.js", "content_scripts\/tv.js", "content_scripts\/file.js", "content_scripts\/action.js", "content_scripts\/controller.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs" ], "action": { "default_icon": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "default_title": "The Better Traders" }, "web_accessible_resources": [ { "resources": [ "page-context.js", "fonts\/fa-solid-900.woff2", "lib\/plotly.min.js" ], "matches": [ " |